Skip to content

Instantly share code, notes, and snippets.

@gadiener
Forked from kopiro/tor_exit_nodes.md
Created September 4, 2017 15:27
Show Gist options
  • Save gadiener/2158d9c7efc103cd731291a6d0c143cf to your computer and use it in GitHub Desktop.
Save gadiener/2158d9c7efc103cd731291a6d0c143cf 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