Skip to content

Instantly share code, notes, and snippets.

@nil0x42
Created May 22, 2018 15:24
Show Gist options
  • Save nil0x42/b925a8ef1e50e1ed63c8dcb57ce41ce4 to your computer and use it in GitHub Desktop.
Save nil0x42/b925a8ef1e50e1ed63c8dcb57ce41ce4 to your computer and use it in GitHub Desktop.
TOR configuration that refreshes exit node every 10 seconds
## GENERIC
SocksPort 9050
Transport 9040
DNSPort 9053
ControlPort 9051
# map onion services to internal IP
AutomapHostsOnResolve 1
# only connect to ORs running on ports 80 & 443
FascistFirewall 1
## CHANGE IP EVERY 10S
# max seconds to change circuit (min=10s)
MaxCircuitDirtiness 10
# build a new circuit every 10s
NewCircuitPeriod 10
# Try for at most 5s when building new circuit
CircuitBuildTimeout 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment