summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
authorqorg11 <nbome@riseup.net>2022-02-20 20:08:18 +0100
committerqorg11 <nbome@riseup.net>2022-02-20 20:08:18 +0100
commit4f96348aa4ed8c6cd703b94767d38bacbd7d9b72 (patch)
tree3ae12243d24223f18bf8a50ba79737c1376f7beb /tor.html
parent924e971ef297a5280f80e0c25340feeb546e1b36 (diff)
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.
Diffstat (limited to 'tor.html')
-rw-r--r--tor.html7
1 files 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</code></pre>
<p>If the next command outputs <q>active</q> in green you're golden!</p>
<pre><code> systemctl status tor</code></pre>
-
- <p>Finally, if you have a firewall running, remember to open port 9050:</p>
- <pre><code>ufw allow 9050</code></pre>
-
- <p>Now your server is on the dark web. The following command will give you your onion address:</p>
+
+ <p>Now your server is on the dark web. The following command will give you your onion address:</p>
<pre><code> cat /var/lib/tor/hidden_service/hostname</code></pre>
<h2>Adding the Nginx Config</h2>