SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.4 KiB
25 lines
1.4 KiB
## The directory for keeping all the keys/etc |
|
DataDirectory /var/lib/tor |
|
|
|
## Tor opens a socks proxy on port 9150 |
|
SocksPort 0.0.0.0:9150 |
|
|
|
## Entry policies to allow/deny SOCKS requests based on IP address. |
|
## SocksPolicy accept 192.168.1.0/24 |
|
SocksPolicy accept 172.17.0.0/16 |
|
SocksPolicy accept 10.0.0.0/8 |
|
SocksPolicy reject * |
|
|
|
## Logs go to stdout at level "notice" |
|
Log notice stdout |
|
|
|
ControlPort 9051 |
|
|
|
# Try for at most NUM seconds when building circuits. If the circuit isn't open in that time, give up on it. (Default: 1 minute.) |
|
CircuitBuildTimeout 5 |
|
# Send a padding cell every N seconds to keep firewalls from closing our connections while Tor is not in use. |
|
KeepalivePeriod 60 |
|
# Force Tor to consider whether to build a new circuit every NUM seconds. |
|
NewCircuitPeriod 15 |
|
# How many entry guards should we keep at a time? |
|
NumEntryGuards 8
|
|
|