From 16799ef0c61a7c906a8c877b1b152d9d30cc1c21 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Tue, 15 Apr 2014 00:25:06 -0400 Subject: [PATCH] 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 5af3c059..85d6b867 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