diff --git a/docs/faq.md b/docs/faq.md index aaa2127..a4bfa18 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -75,7 +75,10 @@ Edit config to enable control protocol: - Add permission yourself to read the auth cookie by `usermod -a -G debian-tor [yourlinuxuser]`
(if you are not on Debian check the file's user group by `ls -al /var/run/tor/control.authcookie`) - Logout/Login with your user to apply group changes -> __Tip:__ You can verify if your Tor running correctly using `echo 'PROTOCOLINFO' | nc 127.0.0.1 9051` +Start Tor, and then start ZeroNet like this: `zeronet.py --tor always`. For concurrent dual (clearnet and Tor) use, use `--tor enable`. + + +> __Tip:__ You can verify if your Tor running correctly using `echo 'PROTOCOLINFO' | nc 127.0.0.1 9051`. If ZeroNet user cannot access the Tor authentication cookie file, ensure you have `CookieAuthFileGroupReadable 1` and `CookieAuthFile /full/path/to/cookie/file>` that is accessible to user(s) who runs ZeroNet and Tor. > __Tip:__ It's also possible to use without modifying torrc (or using older version of Tor clients) by running it `zeronet.py --tor disable --proxy 127.0.0.1:9050 --disable_udp`, but then you will loose ability to talk with other .onion addresses. @@ -198,7 +201,7 @@ ZeroNet is built for dynamic, real-time updated websites, but you can serve any #### How can I create a new ZeroNet site? -[Follow those instructions.](/using_zeronet/create_new_site/) +[Follow these instructions.](/using_zeronet/create_new_site/) ---