LoroPiana
Elite member
Elite member
Premium
- Thread Author
- #2
Don't leech
Leave a like for more
[HIDE]
Before starting this tutorial, heres what you need to know:
Geofencing on Tor (or banning specific fingerprints ect) is for very specific usages. For example, im in Japan and I obvously want, to avoid Japan Internet blocking rules, then I block all Japan relays.
Step 1: Edit torrc file
Step 2: Add theses lines
You can also only block exit-nodes, if you dont want to apply theses rules on guard and relay nodes with:
Step 3: Save & restart Tor
After theses settings were applied, all relays from your wishes will be blocked at the guard, relay and exit node level.
Leave a like for more
[HIDE]
Before starting this tutorial, heres what you need to know:
Geofencing on Tor (or banning specific fingerprints ect) is for very specific usages. For example, im in Japan and I obvously want, to avoid Japan Internet blocking rules, then I block all Japan relays.
Step 1: Edit torrc file
- Code:[/HIDE]
sudo nano /etc/tor/torrc
Step 2: Add theses lines
- Code:
StrictNodes 1
- Code:
ExcludeNodes {CC},{Fingerprint},{Nickname}
- Code:
You can also only block exit-nodes, if you dont want to apply theses rules on guard and relay nodes with:
- Code:
ExcludeExitNodes {CC},{Fingerprint},{Nickname}
Step 3: Save & restart Tor
- Code:
sudo service tor restart
After theses settings were applied, all relays from your wishes will be blocked at the guard, relay and exit node level.
Hope you enjoyed this content
This leak has been rated as working 1 times this month. (1 times in total)