diff --git a/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh b/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh index 3e38264..f789362 100755 --- a/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh +++ b/rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh @@ -274,6 +274,7 @@ BridgeRelay 1 PublishServerDescriptor 1 ExtORPort auto Exitpolicy accept *:* +Exitpolicy accept6 *:* AccountingStart month 1 00:00 DirPortFrontPage /usr/share/tor/html/exit.html %include $CONF_DIR/conf.d/*.conf 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 539ab27..f89062d 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 @@ -270,6 +270,10 @@ Log notice file $LOG_DIR/tor-server.log TransPort 0.0.0.0:9040 HTTPTunnelPort 0.0.0.0:9080 +##### exit relay +ExitNodes {uk},{us},{de},{ee} +ExcludeNodes {ru} + EOF # define actions if [ "$TOR_DNS_ENABLED" = "yes" ]; then