Skip to content

A script to manually set the exit country for Tor (anonymity network) .

License

Notifications You must be signed in to change notification settings

moijafcor/tor-country

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tor-country

Tor (anonymity network)

A script to manually set the exit country for Tor (anonymity network).

Let's say you are developing or operating a highly distributed application Continent or Global level with POPs (Point of Presence) and/or CDN providing services optimized per each region because of regulation compliance, as a feature per se, etc. There are two practical options for testing out such an infrastructure from the perspective of end users, either by using proxies or using Tor.

With vanilla Tor, though, you can't pick and choose the exit node unless you tell the software what country to use to exit the Onion, which is what this script is useful for.

WARNING

The Tor Project devs don't like the idea of users changing entry/exit nodes.

We recommend you do not use these — they are intended for testing and may disappear in future versions. You get the best security that Tor can provide when you leave the route selection to Tor; overriding the entry / exit nodes can mess up your anonymity in ways we don't understand.

Tor FAQ

DISCLAIMER

Use this script if you know what you are doing and at your own risk.

Set up

  • Rename template-config.ini to config.ini
  • Fill in the path information in config.ini
  • Make main.py executable.
chmod u+x ./main.py

Usage

You must pass in a valid ISO 3166-1 two letter country code, like this:

./main.py ca

Or, if you want to have more than one country, like this:

./main.py ca gb de

In order to return to Tor's default behaviour of selecting randomly the exit country:

./main.py default

Launch Tor.

See

About

A script to manually set the exit country for Tor (anonymity network) .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published