Skip to content

Instantly share code, notes, and snippets.

@dz-s
Created April 19, 2018 23:15
Show Gist options
  • Save dz-s/b214046dc258ad8f1a1dcf871716dbb9 to your computer and use it in GitHub Desktop.
Save dz-s/b214046dc258ad8f1a1dcf871716dbb9 to your computer and use it in GitHub Desktop.
Prevent Tor from connecting to Five-Eyes countries
# Add this in the Tor config file
# Exclude Nodes of all of these countries
# Five Eyes: U.S., Australia, Canada, New Zealand, U.K. (also added France because it's becoming worst than the Five Eyes)
ExcludeNodes {fr}
ExcludeExitNodes {us},{au},{ca},{nz},{gb},{fr}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment