🗃️ 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-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/03-privoxy.sh
This commit is contained in:
casjay
2025-01-06 14:32:40 -05:00
parent b0ada3709e
commit c0baa184a1
10 changed files with 32 additions and 30 deletions

View File

View File

View File

View File

@@ -0,0 +1,17 @@
##### 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

@@ -1,4 +1,3 @@
##### Configuration file
RunAsDaemon 0
HardwareAccel 1
ControlSocketsGroupWritable 1
@@ -14,17 +13,3 @@ CookieAuthFile /run/tor/control.authcookie
##### logging
LogMessageDomains 1
Log notice file /data/logs/tor/notice.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