summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zeronet.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/zeronet.install b/zeronet.install
index 488a98f5163b..5db7e3f6dd68 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -14,6 +14,7 @@ post_install() {
echo ">>> Default mode is clearnet+Tor. Give zeronet permissions to configure hidden service:"
echo ">>> sudo usermod -a -G tor zeronet"
echo ">>> Add/edit the following options in /etc/tor/torrc:"
+ echo ">>> ControlPort 9051"
echo ">>> DataDirectoryGroupReadable 1"
echo ">>> CookieAuthentication 1"
echo ">>> CookieAuthFileGroupReadable 1"