Skip to content

Commit 4406e48

Browse files
committed
Update tor options
1 parent 3aeab30 commit 4406e48

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • alpine/alpine-root/etc/tor

alpine/alpine-root/etc/tor/torrc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
Log notice syslog
1+
Log err syslog
2+
23
ExitRelay 0
34
ExitPolicy reject *:*
5+
6+
StrictNodes 1
47
ExcludeExitNodes {am}, {az}, {by}, {ee}, {ge}, {kg}, {kz}, {lt}, {ly}, {md}, {ru}, {tj}, {tm}, {ua}, {uz}, {ie}
8+
#ExcludeExitNodes * # disable all exit nodes
9+
510
AvoidDiskWrites 1
611

712
# https://github.com/jmcorgan/fips/blob/0f24333c0d02d6cceaaaff58301d6e556abd2094/packaging/torrc.fips
8-
SocksPort 127.0.0.1:9050 IsolateSOCKSAuth
13+
#SocksPort 127.0.0.1:9050 IsolateSOCKSAuth NoDNSRequest
14+
SocksPort 127.0.0.1:9050 IsolateSOCKSAuth IsolateDestAddr OnionTrafficOnly
915
CookieAuthentication 1
1016
CookieAuthFileGroupReadable 1
1117
CookieAuthFile /run/tor/control.authcookie

0 commit comments

Comments
 (0)