diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-02-20 19:53:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-20 19:53:12 +0000 |
| commit | 66f782d5d2327e409c27bece455a6432c51fa0c9 (patch) | |
| tree | 3ae12243d24223f18bf8a50ba79737c1376f7beb | |
| parent | 924e971ef297a5280f80e0c25340feeb546e1b36 (diff) | |
| parent | 4f96348aa4ed8c6cd703b94767d38bacbd7d9b72 (diff) | |
Merge pull request #165 from dimethyltriptamine/fix-tor
Remove the allow port 9050 instruction
| -rw-r--r-- | tor.html | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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> |
