🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Has been cancelled

rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
casjay 2025-01-10 06:56:37 -05:00
parent 21684f55e9
commit bb88fff470
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 5 additions and 0 deletions

View File

@ -274,6 +274,7 @@ BridgeRelay 1
PublishServerDescriptor 1 PublishServerDescriptor 1
ExtORPort auto ExtORPort auto
Exitpolicy accept *:* Exitpolicy accept *:*
Exitpolicy accept6 *:*
AccountingStart month 1 00:00 AccountingStart month 1 00:00
DirPortFrontPage /usr/share/tor/html/exit.html DirPortFrontPage /usr/share/tor/html/exit.html
%include $CONF_DIR/conf.d/*.conf %include $CONF_DIR/conf.d/*.conf

View File

@ -270,6 +270,10 @@ Log notice file $LOG_DIR/tor-server.log
TransPort 0.0.0.0:9040 TransPort 0.0.0.0:9040
HTTPTunnelPort 0.0.0.0:9080 HTTPTunnelPort 0.0.0.0:9080
##### exit relay
ExitNodes {uk},{us},{de},{ee}
ExcludeNodes {ru}
EOF EOF
# define actions # define actions
if [ "$TOR_DNS_ENABLED" = "yes" ]; then if [ "$TOR_DNS_ENABLED" = "yes" ]; then