summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2016-03-15 00:56:08 -0500
committerredfish2016-03-15 00:56:08 -0500
commit4cc5aa404f98afc21570e66964564d3b61c68f36 (patch)
tree4f4800fb5db00d0d54a737f14ecfeb4db1eb46e9
parent6a9e170bc5ad967c19e52baba775093fec7aafc2 (diff)
downloadaur-4cc5aa404f98afc21570e66964564d3b61c68f36.tar.gz
install: remove redundant CookieAuth option from Tor config
-rw-r--r--zeronet.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/zeronet.install b/zeronet.install
index c7450dfe97e0..3a6cb84f6234 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -10,7 +10,6 @@ post_install() {
echo ">>> sudo usermod -a -G tor zeronet"
echo ">>> sudo mkdir -m 750 /var/lib/tor-auth && sudo chown tor:tor /var/lib/tor-auth"
echo ">>> Add/edit the following options in /etc/tor/torrc:"
- echo ">>> CookieAuth 1"
echo ">>> CookieAuthentication 1"
echo ">>> CookieAuthFileGroupReadable 1"
echo ">>> CookieAuthFile /var/lib/tor-auth/control_auth_cookie"