Improve torrc
This commit is contained in:
parent
0d0db95b46
commit
16c2bf4984
@ -80,7 +80,7 @@ fi
|
|||||||
if [ "$ROUTE_TOR" = 1 ] || [ "$ROUTE_TOR" = 2 ]; then
|
if [ "$ROUTE_TOR" = 1 ] || [ "$ROUTE_TOR" = 2 ]; then
|
||||||
cat > /etc/torrc <<- EOF
|
cat > /etc/torrc <<- EOF
|
||||||
Log notice stdout
|
Log notice stdout
|
||||||
SocksPort 0.0.0.0:9050
|
SocksPort 9050 # Default: Bind to localhost:9050 for local connections.
|
||||||
EOF
|
EOF
|
||||||
tor -f /etc/torrc --runasdaemon 1
|
tor -f /etc/torrc --runasdaemon 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user