Browse Source

Add tor configuration

patch-1
nolim1t 5 years ago
parent
commit
3a4b2d4d23
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 5
      tor/torrc

5
tor/torrc

@ -1,5 +1,6 @@
SocksPort 29050
ControlPort 29051
# Bind only to "10.11.0.1" which is the tor IP within the container
SocksPort 10.11.0.1:9050
ControlPort 10.11.0.1:9051
# Tor Passwords
HashedControlPassword 16:50A873DF18C00F4A6048BF1CEF7E7AA66478F0B5134DA4369D80657F26

Loading…
Cancel
Save