Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix onion-grater profile for Whonix #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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