summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
authorclimbTheStairs <yxtqwf+github@gmail.com>2021-12-13 02:34:17 +0000
committerGitHub <noreply@github.com>2021-12-13 02:34:17 +0000
commit72f476a141c485b1a005f72e4dab62e9e258abde (patch)
tree6611373f9a7eb74a3f189ea0210648476cd2b819 /tor.html
parent6173b1f435f9a3dbff97a82b3a903acf9b2e3c20 (diff)
parent90fa2b43ccb3eb04e9ac9d6f39d2e729e778639e (diff)
Merge branch 'LukeSmithxyz:master' into master
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 ddaa9d2..9eb5369 100644
--- a/tor.html
+++ b/tor.html
@@ -58,6 +58,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>