🗃️ Committing everything that changed 🗃️
Some checks are pending
release-tag / release-image (push) Waiting to run

rootfs/tmp/etc/tor/torrc
rootfs/usr/local/etc/docker/init.d/tor.sh
rootfs/usr/share/tor/
This commit is contained in:
casjay
2025-01-06 12:37:35 -05:00
parent b777e968e0
commit a694122a41
3 changed files with 359 additions and 9 deletions

View File

@@ -20,10 +20,11 @@ TransPort 9040
SOCKSPort 9050
ControlPort 9051
HTTPTunnelPort 9080
AddressDisableIPv6 0
##### socks option
SafeSocks 0
SocksTimeout 30
SocksTimeout 10
##### dns forwarder
%include /config/tor/conf.d/dns.conf
@@ -31,5 +32,8 @@ SocksTimeout 30
##### hidden services
%include /config/tor/hidden/*.conf
##### relay and bridge
##### relay
%include /config/tor/relay/*.conf
#### bridge
%include /config/tor/bridge/*.conf