diff --git a/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh b/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh index 65b14ac..2b48faa 100755 --- a/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh +++ b/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh @@ -244,7 +244,7 @@ AddressDisableIPv6 0 VirtualAddrNetwork 10.0.0.0/12 #### control settings -ControlPort 0.0.0.0:9051 +ControlPort localhost:9051 ControlSocketsGroupWritable 1 CookieAuthentication 1 CookieAuthFileGroupReadable 1