diff --git a/build/config/torrc b/build/config/torrc index bc95a81..6681a7e 100644 --- a/build/config/torrc +++ b/build/config/torrc @@ -1,5 +1,6 @@ SocksPort 0.0.0.0:9050 SocksPolicy accept * +HTTPTunnelPort 0.0.0.0:7050 AvoidDiskWrites 1 ClientOnly 1 ConnectionPadding 1 diff --git a/tor.yml b/tor.yml index 923bde2..5fb2f0c 100644 --- a/tor.yml +++ b/tor.yml @@ -34,5 +34,6 @@ services: constraints: [node.hostname == nbg-4] ports: - '9050:9050' + - '7050:7050' networks: - backend