tor tutos fix + windows segregation + fix typos

This commit is contained in:
nihilist 2024-11-10 22:33:39 +01:00
parent c537bc87f0
commit 318ee8cf25
12 changed files with 21 additions and 4 deletions

View file

@ -64,7 +64,11 @@
<h1>TOR Bridge (June 2023 update)</h1>
<img src="../logo.png" class="imgRz">
<p> Before we start, you will need a Debian VPS (you can get one on digitalocean for example), if you prefer to use your own self hosted server, make sure that port 80 and 443 are correctly port forwarded so that the public ip points to the server and not the router. Once that's done, go and ssh into your Debian server. </p>
<p>Now regarding the choice of location for the server, in order to make sure that Tor remains decentralised, make sure that you are picking a country that doesn't have many tor nodes (see the <a href="https://metrics.torproject.org/bubbles.html#country">bubbles graph</a>):</p>
<img src="../relay/country.png" class="imgRz">
<p><u>Disclaimer:</u> <b>Do not host your Tor node in Germany, Netherlands or in the US, as there are already too many nodes in those countries.</b> Try to run your own Tor nodes in countries that have the least nodes preferably, as this will help keeping the Tor network decentralized.</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->