🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/05-custom.sh
rootfs/tmp/etc/tor/torrc
rootfs/usr/local/etc/docker/init.d/01-tor-server.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:55:39 -05:00
parent 4e15ef8596
commit 783f173f96
5 changed files with 71 additions and 759 deletions

View File

@@ -28,7 +28,7 @@ tor_bin="$(type -P tor)"
tor_dir=$(dirname "$tor_bin")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predefined actions
for tor_service in server relay bridge hidden; do cp -Rf "$tor_bin" "$tor_dir/tor-$tor_service"; done
for tor_service in server bridge; do cp -Rf "$tor_bin" "$tor_dir/tor-$tor_service"; done
[ -f "/etc/privoxy/trust.new" ] && mv -f /etc/privoxy/trust.new /etc/privoxy/trust
[ -f "/etc/privoxy/user.action.new" ] && mv -f /etc/privoxy/user.action.new /etc/privoxy/user.action
[ -f "/etc/privoxy/user.filter.new" ] && mv -f /etc/privoxy/user.filter.new /etc/privoxy/user.filter