Initial Commit

This commit is contained in:
Shahrad Elahi
2023-09-18 21:01:07 +03:30
parent 14a4cdd591
commit e4413590ce
57 changed files with 2016 additions and 803 deletions

View File

@@ -18,4 +18,7 @@ fi
# Starting Redis server in detached mode
screen -dmS redis bash -c "redis-server --port 6479 --daemonize no --dir /data --appendonly yes"
# Start Tor in the background
screen -dmS tor bash -c "tor -f /etc/tor/torrc"
exec "$@"