summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-12-12 14:17:20 -0500
committerGitHub <noreply@github.com>2021-12-12 14:17:20 -0500
commit90fa2b43ccb3eb04e9ac9d6f39d2e729e778639e (patch)
tree1faeafce5500e4451fe33b92c821c6cc6271335d /tor.html
parentffcb57e246beba5533514b811899313228fb3884 (diff)
parentefe4824c302a24f02ee1276cbfe3723e194c75e5 (diff)
Merge pull request #157 from rijkvp/patch-1
Add firewall note to TOR guide
Diffstat (limited to 'tor.html')
-rw-r--r--tor.html3
1 files changed, 3 insertions, 0 deletions
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</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>
<pre><code> cat /var/lib/tor/hidden_service/hostname</code></pre>