aboutsummaryrefslogtreecommitdiffstats
path: root/core/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/entrypoint.sh')
-rw-r--r--core/entrypoint.sh2
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