[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [orbot/master] use IP instead of "localhost" name



commit 6832363905126b2061b6c63b4bbba4059816f289
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
Date:   Wed Feb 4 16:28:25 2015 -0500

    use IP instead of "localhost" name
---
 res/raw/torpolipo.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/raw/torpolipo.conf b/res/raw/torpolipo.conf
index 0bdefbe..0aeaf63 100644
--- a/res/raw/torpolipo.conf
+++ b/res/raw/torpolipo.conf
@@ -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 = ""



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits