diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-26 11:53:09 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-26 11:53:09 +0200 |
commit | 62ad6dbce756110f6614207ccb9a6d60bc89a155 (patch) | |
tree | 417a1251009f18d177cf29494cf4150996f3bc3a /packages/torouter-prep | |
parent | 91a2be8a5f023e8aef9cc8fd238fc371498d307b (diff) | |
download | torouter-62ad6dbce756110f6614207ccb9a6d60bc89a155.tar.gz torouter-62ad6dbce756110f6614207ccb9a6d60bc89a155.zip |
we use unbound for local dns resolution
Diffstat (limited to 'packages/torouter-prep')
-rw-r--r-- | packages/torouter-prep/configs/torrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/torouter-prep/configs/torrc b/packages/torouter-prep/configs/torrc index 0979ddc..5023d57 100644 --- a/packages/torouter-prep/configs/torrc +++ b/packages/torouter-prep/configs/torrc @@ -163,7 +163,8 @@ TransPort 9040 TransListenAddress 172.16.23.1 DNSPort 5353 DNSListenAddress 172.16.23.1 -DNSListenAddress 127.0.0.1:53 +# If you disable unbound, you may enable this +#DNSListenAddress 127.0.0.1:53 User debian-tor |