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(+) 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 From f6b87f10b278fce5c5f5408453d8b48916210343 Mon Sep 17 00:00:00 2001 From: Oxetene <98855563+Oxetene@users.noreply.github.com> Date: Sun, 6 Feb 2022 20:02:08 +0100 Subject: Small typo fix --- ufw.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufw.html b/ufw.html index 49c33f9..721be4d 100644 --- a/ufw.html +++ b/ufw.html @@ -59,7 +59,7 @@ ufw enable

- With the firewall enabled and allowing only SSH in, all other ports are prortected from incoming requests. + With the firewall enabled and allowing only SSH in, all other ports are protected from incoming requests. To view all your rules, run:

-- cgit v1.2.3