tuning of torrc to try to resolve bugs
some users cannot connect to localhost tor control port
This commit is contained in:
parent
aaa2ed56de
commit
225cd328a6
|
@ -1,16 +1,14 @@
|
||||||
SocksPort 9050
|
SocksPort 9050
|
||||||
SafeSocks 1
|
SOCKSListenAddress 127.0.0.1
|
||||||
|
SafeSocks 0
|
||||||
|
TestSocks 1
|
||||||
|
WarnUnsafeSocks 1
|
||||||
Log notice stdout
|
Log notice stdout
|
||||||
ControlListenAddress 127.0.0.1
|
|
||||||
ControlPort 9051
|
ControlPort 9051
|
||||||
|
ControlListenAddress 127.0.0.1
|
||||||
CookieAuthentication 1
|
CookieAuthentication 1
|
||||||
RelayBandwidthRate 20 KBytes
|
|
||||||
RelayBandwidthBurst 20 KBytes
|
|
||||||
AutomapHostsOnResolve 1
|
|
||||||
TransListenAddress 127.0.0.1
|
|
||||||
TransPort 9040
|
TransPort 9040
|
||||||
DNSListenAddress 127.0.0.1
|
TransListenAddress 127.0.0.1
|
||||||
DNSPort 5400
|
DNSPort 5400
|
||||||
HardwareAccel 1
|
DNSListenAddress 127.0.0.1
|
||||||
SafeLogging 1
|
AvoidDiskWrites 1
|
||||||
TestSocks 1
|
|
|
@ -1,14 +1,18 @@
|
||||||
SocksPort 9050
|
SocksPort 9050
|
||||||
SafeSocks 1
|
SOCKSListenAddress 0.0.0.0
|
||||||
|
SafeSocks 0
|
||||||
|
TestSocks 1
|
||||||
|
WarnUnsafeSocks 1
|
||||||
Log notice stdout
|
Log notice stdout
|
||||||
ControlListenAddress 127.0.0.1
|
|
||||||
ControlPort 9051
|
ControlPort 9051
|
||||||
|
ControlListenAddress 0.0.0.0
|
||||||
CookieAuthentication 1
|
CookieAuthentication 1
|
||||||
RelayBandwidthRate 20 KBytes
|
RelayBandwidthRate 100 KBytes
|
||||||
RelayBandwidthBurst 20 KBytes
|
RelayBandwidthBurst 100 KBytes
|
||||||
UseBridges 0
|
UseBridges 0
|
||||||
AutomapHostsOnResolve 1
|
AutomapHostsOnResolve 1
|
||||||
TransListenAddress 0.0.0.0
|
TransListenAddress 0.0.0.0
|
||||||
TransPort 9040
|
TransPort 9040
|
||||||
DNSListenAddress 0.0.0.0
|
DNSListenAddress 0.0.0.0
|
||||||
DNSPort 5400
|
DNSPort 5400
|
||||||
|
AvoidDiskWrites 1
|
Loading…
Reference in New Issue