commit 69271262cd94ce21e981d3cc57b20330de1bfc33 Author: Nathan Freitas nathan@freitas.net Date: Sun Jan 12 22:14:42 2014 -0500
updated torrc without automap settings (not needed) --- res/raw/torrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/res/raw/torrc b/res/raw/torrc index e7dc4b2..5af3c05 100644 --- a/res/raw/torrc +++ b/res/raw/torrc @@ -11,6 +11,4 @@ TransPort 9040 TransListenAddress 127.0.0.1 DNSPort 5400 DNSListenAddress 127.0.0.1 -AvoidDiskWrites 1 -AutomapHostsOnResolve 1 -VirtualAddrNetwork 10.192.0.0/10 \ No newline at end of file +AvoidDiskWrites 1 \ No newline at end of file
tor-commits@lists.torproject.org