From efe4824c302a24f02ee1276cbfe3723e194c75e5 Mon Sep 17 00:00:00 2001 From: Rijk van Putten Date: Sun, 12 Dec 2021 13:11:50 +0000 Subject: Add firewall note to TOR guide --- tor.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tor.html') diff --git a/tor.html b/tor.html index 4135080..6114f39 100644 --- a/tor.html +++ b/tor.html @@ -56,6 +56,9 @@ HiddenServicePort 80 127.0.0.1:80

If the next command outputs active in green you're golden!

 systemctl status tor
+ +

Finally, if you have a firewall running, remember to open port 9050:

+
ufw allow 9050

Now your server is on the dark web. The following command will give you your onion address:

 cat /var/lib/tor/hidden_service/hostname
-- cgit v1.2.3