From 6c6287ce5def72aa525fdd324e0fa1d9f9b75821 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 15 Nov 2021 08:08:01 -0500 Subject: crypto donation links changed to standalone pages --- tor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tor.html') diff --git a/tor.html b/tor.html index 87c34ac..4135080 100644 --- a/tor.html +++ b/tor.html @@ -104,6 +104,6 @@ apt install tor

Contributor - tomfasano.co

- + -- cgit v1.2.3 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