Skip to content

Instantly share code, notes, and snippets.

@xanoni
Last active July 14, 2021 08:47
Show Gist options
  • Save xanoni/d52efb26e3b96fcc07ae21ab0cceb721 to your computer and use it in GitHub Desktop.
Save xanoni/d52efb26e3b96fcc07ae21ab0cceb721 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 worse than the Five Eyes)
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