🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/tor/bridge.conf
rootfs/tmp/etc/tor/hidden.conf
rootfs/tmp/etc/tor/relay.conf
rootfs/tmp/etc/tor/server.conf
rootfs/tmp/etc/tor/torrc
rootfs/usr/local/etc/docker/init.d/01-tor-server.sh
rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh
rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh
This commit is contained in:
casjay
2025-01-06 15:17:34 -05:00
parent 1e19b4d586
commit 0fd0a45c36
9 changed files with 35 additions and 32 deletions

View File

@@ -1,20 +0,0 @@
##### default rc
%include /config/tor/torrc
##### logging
LogMessageDomains 1
Log notice file /data/logs/tor/server.log
##### Server
TransPort 9040
SOCKSPort 9050
ControlPort 9051
HTTPTunnelPort 9080
AddressDisableIPv6 0
##### socks option
SafeSocks 0
SocksTimeout 10
##### include configurations
%include /config/tor/conf.d/*.conf

View File

@@ -9,3 +9,7 @@ HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C
DataDirectory /data/tor
ControlSocket /run/tor/control.sock
CookieAuthFile /run/tor/control.authcookie
##### socks option
SafeSocks 0
SocksTimeout 10