[tor-commits] [orbot/master] add automapresolve to ensure .onion address are handled

n8fr8 at torproject.org n8fr8 at torproject.org
Tue Apr 15 04:49:04 UTC 2014


commit 16799ef0c61a7c906a8c877b1b152d9d30cc1c21
Author: Nathan Freitas <nathan at freitas.net>
Date:   Tue Apr 15 00:25:06 2014 -0400

    add automapresolve to ensure .onion address are handled
---
 res/raw/torrc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/res/raw/torrc b/res/raw/torrc
index 5af3c05..85d6b86 100644
--- a/res/raw/torrc
+++ b/res/raw/torrc
@@ -11,4 +11,6 @@ TransPort 9040
 TransListenAddress 127.0.0.1
 DNSPort 5400
 DNSListenAddress 127.0.0.1
-AvoidDiskWrites 1
\ No newline at end of file
+AvoidDiskWrites 1
+VirtualAddrNetwork 10.192.0.0/10
+AutomapHostsOnResolve 1
\ No newline at end of file





More information about the tor-commits mailing list