commit 16799ef0c61a7c906a8c877b1b152d9d30cc1c21 Author: Nathan Freitas nathan@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
tor-commits@lists.torproject.org