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

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Apr 3 17:04:05 UTC 2015


commit 6832363905126b2061b6c63b4bbba4059816f289
Author: Nathan Freitas <nathan at freitas.net>
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 = ""





More information about the tor-commits mailing list