use IP instead of "localhost" name

This commit is contained in:
Nathan Freitas 2015-02-04 16:28:25 -05:00
parent 7f42265158
commit 6832363905
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ proxyAddress = "127.0.0.1"
proxyPort = 8118
allowedClients = 127.0.0.1
allowedPorts = 1-65535
proxyName = "localhost"
proxyName = "127.0.0.1"
cacheIsShared = false
socksParentProxy = "localhost:9050"
socksParentProxy = "127.0.0.1:9050"
socksProxyType = socks5
diskCacheRoot = ""
localDocumentRoot = ""