This commit is contained in:
Patrick Asmus (ws06-vm)
2025-05-18 13:13:53 +02:00
parent 18cc166bb0
commit 03511fcb3f
7 changed files with 410 additions and 3 deletions

13
bin/start.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -e
tor -f /etc/tor/torrc &
sleep 10
if [ -t 1 ]; then
echo "Starte Nyx zur Überwachung von Tor..."
nyx &
fi
exec privoxy --no-daemon /etc/privoxy/config