From 4f96348aa4ed8c6cd703b94767d38bacbd7d9b72 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 20 Feb 2022 20:08:18 +0100 Subject: Remove the allow port 9050 instruction It is not necessary to forward or allow any port to host hidden services in Tor. The 127.0.0.1:9050 is only the SOCKS Proxy port, which has nothing to do with onion services hosting. --- tor.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tor.html b/tor.html index 6114f39..798ca89 100644 --- a/tor.html +++ b/tor.html @@ -56,11 +56,8 @@ 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:

+ +

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

 cat /var/lib/tor/hidden_service/hostname

Adding the Nginx Config

-- cgit v1.2.3