Created
January 19, 2021 17:13
-
-
Save sepsemi/f6376e96ccd483dd34d5cb0e83aa9d9a to your computer and use it in GitHub Desktop.
A Generic torrc configuration
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
| ClientOnly 1 | |
| ExitRelay 0 | |
| RunAsDaemon 1 | |
| StrictNodes 1 | |
| SocksPort 0.0.0.0:9050 | |
| SocksPolicy accept 0.0.0.0/24 | |
| DataDirectory /var/lib/tor | |
| # misc | |
| HardwareAccel 1 | |
| DisableDebuggerAttachment 0 | |
| CircuitBuildTimeout 10 | |
| CircuitStreamTimeout 10 | |
| MaxCircuitDirtiness 30 | |
| EnforceDistinctSubnets 0 | |
| UseEntryGuards 1 | |
| NumEntryGuards 8 | |
| GeoIPExcludeUnknown 1 | |
| DirReqStatistics 0 | |
| AutomapHostsSuffixes .onion,.exit | |
| AutomapHostsOnResolve 1 | |
| UpdateBridgesFromAuthority 1 | |
| # avoid 5 9 14 eyes | |
| ExcludeNodes Unnamed,default, {au},{ca},{cn},{cu},{dk},{fi},{fr},{de},{gr},{hu},{in},{ie},{il},{jp},{jo},{nz},{no},{ru},{es},{se},{ch},{gb},{us},{nl},{no},{be},{it},{??} | |
| ExcludeExitNodes Unnamed,default, {au},{ca},{cn},{cu},{dk},{fi},{fr},{de},{gr},{hu},{in},{ie},{il},{jp},{jo},{nz},{no},{ru},{es},{se},{ch},{gb},{us},{nl},{no},{be},{it},{??} | |
| # Bridges Opting | |
| UseBridges 0 | |
| #ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment