diff options
-rw-r--r-- | core/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/entrypoint.sh b/core/entrypoint.sh index ae762e8..708ba03 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -80,7 +80,7 @@ fi if [ "$ROUTE_TOR" = 1 ] || [ "$ROUTE_TOR" = 2 ]; then cat > /etc/torrc <<- EOF Log notice stdout -SocksPort 0.0.0.0:9050 +SocksPort 9050 # Default: Bind to localhost:9050 for local connections. EOF tor -f /etc/torrc --runasdaemon 1 fi |