summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tor.html3
-rw-r--r--ufw.html2
2 files changed, 4 insertions, 1 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>
diff --git a/ufw.html b/ufw.html
index 49c33f9..721be4d 100644
--- a/ufw.html
+++ b/ufw.html
@@ -59,7 +59,7 @@ ufw enable</code></pre>
</aside>
<p>
- With the firewall enabled and allowing only SSH in, all other ports are prortected from incoming requests.
+ With the firewall enabled and allowing only SSH in, all other ports are protected from incoming requests.
To view all your rules, run:
</p>