summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-07-21 22:43:31 -0400
committerredfish2018-07-21 22:43:31 -0400
commit3b24b9729a1a495fd5053244fd516f29fa59db3b (patch)
treeb0f995ac9c7be57e0b0a321694e86aa149604de9
parentf03e087cd090a84d697658acf0310267cffce270 (diff)
downloadaur-3b24b9729a1a495fd5053244fd516f29fa59db3b.tar.gz
install: add note about ControlPort for torrc
-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"