diff options
author | ficus <ficus@robocracy.org> | 2012-09-25 17:36:17 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-25 17:36:17 +0200 |
commit | cc9809734fdbd6ea8601005d34b4efaf5b37baa4 (patch) | |
tree | 97cd8617c42f0149e508ec03775fc9434a63d190 /packages/torouter-prep/configs/etc/tor | |
parent | f60f8656e75da356ddec2326e064fbe150a3ad8f (diff) | |
download | torouter-cc9809734fdbd6ea8601005d34b4efaf5b37baa4.tar.gz torouter-cc9809734fdbd6ea8601005d34b4efaf5b37baa4.zip |
clean up configs directory
Diffstat (limited to 'packages/torouter-prep/configs/etc/tor')
-rw-r--r-- | packages/torouter-prep/configs/etc/tor/torrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/torouter-prep/configs/etc/tor/torrc b/packages/torouter-prep/configs/etc/tor/torrc index 5023d57..063dde8 100644 --- a/packages/torouter-prep/configs/etc/tor/torrc +++ b/packages/torouter-prep/configs/etc/tor/torrc @@ -178,3 +178,6 @@ ControlPort 9051 ControlListenAddress 127.0.0.1:9051 CookieAuthentication 1 +# On torouter, tor daemon should always be running, but defaults to disabled +# until user enables it specifically through the web interface +DisableNetwork 1 |