From 16c2bf49844244004120e232d500704906304841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 24 May 2021 19:12:41 -0500 Subject: Improve torrc --- core/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3