Saturday, May 09, 2026 AM03:21:24 HKT
This commit is contained in:
Executable
+13
@@ -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
|
||||
Reference in New Issue
Block a user