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 -->

View file

@ -77,6 +77,9 @@ If you are still motivated to get your own exit node, keep the phone number of a
<p>Now you can get a domain name to resolve to your exit node, or just use the one provided by njal.la :</p>
<img src="8.png" class="imgRz">
<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>

BIN
opsec/tor/relay/country.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 KiB

View file

@ -67,7 +67,9 @@
<p>You will also need to make sure that the VPS provider allows the hosting of a tor node! check torproject's good/bad isps page <a href="https://community.torproject.org/relay/community-resources/good-bad-isps/">here</a>. </p>
<img src="1.png" class="imgRz">
<p> For example, you wouldn't be able to host an exit node on DigitalOcean, however hosting a regular node is completely fine.</p>
<p><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/101">TODO</a>: showcase the Tor DDOS PoW protection </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="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 -->