🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/02-packages.sh
rootfs/root/docker/setup/05-custom.sh
rootfs/tmp/etc/tor/torrc
rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh
rootfs/usr/local/etc/docker/init.d/01-tor-hidden.sh
rootfs/usr/local/etc/docker/init.d/01-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/01-tor-server.sh
rootfs/usr/local/etc/docker/init.d/01-tor.sh
This commit is contained in:
casjay
2025-01-06 13:48:49 -05:00
parent bbbabd42f3
commit f1472ec2a2
7 changed files with 2143 additions and 58 deletions

View File

@@ -22,21 +22,9 @@ ControlPort 9051
HTTPTunnelPort 9080
AddressDisableIPv6 0
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
ServerTransportListenAddr obfs4 0.0.0.0:8445
##### socks option
SafeSocks 0
SocksTimeout 10
##### dns forwarder
%include /config/tor/conf.d/dns.conf
##### hidden services
%include /config/tor/hidden/*.conf
##### relay
%include /config/tor/relay/*.conf
#### bridge
%include /config/tor/bridge/*.conf