Last active
September 21, 2024 08:03
-
-
Save stakancheck/4cf836e6e04f8a696fd5824e322aa5bd to your computer and use it in GitHub Desktop.
torrc sample MacOS
This file contains 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
ExcludeNodes {ru}, {by}, {ua}, {kz} | |
StrictNodes 1 | |
GeoIPExcludeUnknown 1 | |
ExitNodes {de}, {fr}, {fi}, {nl}, {nz}, {no}, {ch}, {se}, {dk}, {ee} | |
ClientTransportPlugin obfs4 exec /usr/local/bin/lyrebird managed | |
UseBridges 1 | |
# Brides here | |
AvoidDiskWrites 1 | |
HTTPTunnelPort 9080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment