tuning of torrc to try to resolve bugs

some users cannot connect to localhost tor control port
This commit is contained in:
n8fr8 2013-02-12 14:05:52 +07:00
parent aaa2ed56de
commit 225cd328a6
2 changed files with 17 additions and 15 deletions

View File

@ -1,16 +1,14 @@
SocksPort 9050
SafeSocks 1
SOCKSListenAddress 127.0.0.1
SafeSocks 0
TestSocks 1
WarnUnsafeSocks 1
Log notice stdout
ControlListenAddress 127.0.0.1
ControlPort 9051
ControlListenAddress 127.0.0.1
CookieAuthentication 1
RelayBandwidthRate 20 KBytes
RelayBandwidthBurst 20 KBytes
AutomapHostsOnResolve 1
TransListenAddress 127.0.0.1
TransPort 9040
DNSListenAddress 127.0.0.1
TransListenAddress 127.0.0.1
DNSPort 5400
HardwareAccel 1
SafeLogging 1
TestSocks 1
DNSListenAddress 127.0.0.1
AvoidDiskWrites 1

View File

@ -1,14 +1,18 @@
SocksPort 9050
SafeSocks 1
SOCKSListenAddress 0.0.0.0
SafeSocks 0
TestSocks 1
WarnUnsafeSocks 1
Log notice stdout
ControlListenAddress 127.0.0.1
ControlPort 9051
ControlListenAddress 0.0.0.0
CookieAuthentication 1
RelayBandwidthRate 20 KBytes
RelayBandwidthBurst 20 KBytes
RelayBandwidthRate 100 KBytes
RelayBandwidthBurst 100 KBytes
UseBridges 0
AutomapHostsOnResolve 1
TransListenAddress 0.0.0.0
TransPort 9040
DNSListenAddress 0.0.0.0
DNSPort 5400
DNSPort 5400
AvoidDiskWrites 1