Skip to content

Commit f5e16c0

Browse files
committed
Update tor options
1 parent 3a42f11 commit f5e16c0

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

  • alpine/alpine-root/etc/tor

alpine/alpine-root/etc/tor/torrc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
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
11+
Sandbox 1
612

713
# https://github.com/jmcorgan/fips/blob/0f24333c0d02d6cceaaaff58301d6e556abd2094/packaging/torrc.fips
8-
SocksPort 127.0.0.1:9050 IsolateSOCKSAuth
14+
SocksPort 127.0.0.1:9050 IsolateSOCKSAuth IsolateDestAddr OnionTrafficOnly
15+
TransPort 127.0.0.1:9051 IsolateSOCKSAuth IsolateDestAddr OnionTrafficOnly
916
CookieAuthentication 1
1017
CookieAuthFileGroupReadable 1
1118
CookieAuthFile /run/tor/control.authcookie

0 commit comments

Comments
 (0)