Skip to content

Clarify ZeroNet with Tor on Linux #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`<br>(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.

Expand Down Expand Up @@ -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/)

---

Expand Down