Skip to content

Instantly share code, notes, and snippets.

@kopiro
Last active October 20, 2022 13:30
Show Gist options
  • Save kopiro/77468255d2fa3d3f13ec2bcab3466f41 to your computer and use it in GitHub Desktop.
Save kopiro/77468255d2fa3d3f13ec2bcab3466f41 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