mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 00:34:29 -05:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Has been cancelled
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:
parent
21684f55e9
commit
bb88fff470
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user