use IP instead of "localhost" name
This commit is contained in:
parent
7f42265158
commit
6832363905
|
@ -2,9 +2,9 @@ proxyAddress = "127.0.0.1"
|
||||||
proxyPort = 8118
|
proxyPort = 8118
|
||||||
allowedClients = 127.0.0.1
|
allowedClients = 127.0.0.1
|
||||||
allowedPorts = 1-65535
|
allowedPorts = 1-65535
|
||||||
proxyName = "localhost"
|
proxyName = "127.0.0.1"
|
||||||
cacheIsShared = false
|
cacheIsShared = false
|
||||||
socksParentProxy = "localhost:9050"
|
socksParentProxy = "127.0.0.1:9050"
|
||||||
socksProxyType = socks5
|
socksProxyType = socks5
|
||||||
diskCacheRoot = ""
|
diskCacheRoot = ""
|
||||||
localDocumentRoot = ""
|
localDocumentRoot = ""
|
||||||
|
|
Loading…
Reference in New Issue