Skip to content

Instantly share code, notes, and snippets.

@ExaByt3s
Forked from gadiener/README.md
Created August 29, 2023 00:30
Show Gist options
  • Save ExaByt3s/804c8e95313bf436d7ffc4037b4cd085 to your computer and use it in GitHub Desktop.
Save ExaByt3s/804c8e95313bf436d7ffc4037b4cd085 to your computer and use it in GitHub Desktop.
ProTip: Specify country exit nodes

With TOR, you can specify the country of exit nodes to test a particular website from a specific country.

Just add these 4 lines in the torrc file.

ExitNodes {jp}
StrictNodes 1
GeoIPExcludeUnknown 1
AllowSingleHopCircuits 0

Configuration location for TorBrowser: ~/Library/Application Support/TorBrowser-Data/Tor/torrc

Configuration location for Tor /usr/local/etc/torrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment