Created
July 28, 2016 15:23
-
-
Save BrentonEarl/7329f4fba643f86b5fff47671d733b59 to your computer and use it in GitHub Desktop.
My Torrc configuration file
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
User tor | |
RunAsDaemon 1 | |
PidFile /var/run/tor/tor.pid | |
DataDirectory /var/lib/tor | |
Log notice file /var/log/tor/tor.log | |
SafeSocks 1 | |
TestSocks 1 | |
CircuitBuildTimeout 2 | |
KeepalivePeriod 2 | |
NewCircuitPeriod 15 | |
NumEntryGuards 8 | |
SocksPort 9050 | |
SocksListenAddress 127.0.0.1 | |
ControlPort 9051 | |
HashedControlPassword <TOR_GENERATED_HASH_HERE> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment