Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packaging/tails/onion-grater-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
- 'amnesia'
commands:
ADD_ONION:
- '.*'
# TODO: Make Wahay restrict the local port range it listens on.
# Whonix will use 0.0.0.0; most other OS's will use 127.0.0.1.
- pattern: 'NEW:(\S+) Port=8181,(?:127.0.0.1|0.0.0.0):(\S+) Port=64738,(?:127.0.0.1|0.0.0.0):(\S+)'
replacement: 'NEW:{} Port=8181,{client-address}:{} Port=64738,{client-address}:{} Flags=DiscardPK'
DEL_ONION:
- '.+'
GETINFO:
Expand Down