From 70d66074d2d2cfddf751f015ee64b5c7f2353298 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 9 Dec 2015 00:12:13 -0800 Subject: [PATCH] update torrc Signed-off-by: Jessica Frazelle --- tor-router/torrc.default | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tor-router/torrc.default b/tor-router/torrc.default index ec3d1c6..996dc07 100644 --- a/tor-router/torrc.default +++ b/tor-router/torrc.default @@ -21,8 +21,10 @@ SocksPort 0.0.0.0:9050 VirtualAddrNetworkIPv4 10.192.0.0/10 AutomapHostsOnResolve 1 -DNSPort 0.0.0.0:5353 -TransPort 0.0.0.0:9040 +DNSPort 5353 +DNSListenAddress 0.0.0.0 +TransPort 9040 +TransListenAddress 0.0.0.0 ## Entry policies to allow/deny SOCKS requests based on IP address. ## First entry that matches wins. If no SocksPolicy is set, we accept