Saturday, May 09, 2026 AM03:21:24 HKT

This commit is contained in:
2026-05-09 03:21:32 +08:00
commit 41f17b127c
884 changed files with 263824 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
ulimit -n 65536
ulimit -c unlimited
export LD_LIBRARY_PATH=/usr/local/lib
pkill tor
sleep 10
tor
#tor -f /etc/tor/torrc2
#tor -f /etc/tor/torrc3
#nohup socat UNIX-LISTEN:/run/tor_pass1.sock,fork,reuseaddr,unlink-early,user=www-data,group=www-data,mode=777 SOCKS4A:localhost:HOSTNAME1:80,socksport=9060 &
#nohup socat UNIX-LISTEN:/run/tor_pass2.sock,fork,reuseaddr,unlink-early,user=www-data,group=www-data,mode=777 SOCKS4A:localhost:HOSTNAME2:80,socksport=9070 &
exit 0