summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-02-11 19:14:07 -0500
committerLuke Smith <luke@lukesmith.xyz>2022-02-11 19:14:07 -0500
commit924e971ef297a5280f80e0c25340feeb546e1b36 (patch)
tree1e56da60d4319bcbb4fe50e0febabfe74975a0e2 /tor.html
parent54fffdbc544000ec65e09f6fe24352521793f20c (diff)
parenta1be8aa4422fd45f7b88ae5b84647a209c8b2bd5 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/landchad
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>