Last active
July 14, 2021 08:47
-
-
Save xanoni/d52efb26e3b96fcc07ae21ab0cceb721 to your computer and use it in GitHub Desktop.
Prevent Tor from connecting to Five-Eyes countries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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