Advertisement
alfaisalvpn

socks-alfaisal

Jun 15th, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.24 KB | None | 0 0
  1. #!/bin/bash
  2. SERVICE="0.0.0.0:8008"
  3. if netstat -apn | grep "0.0.0.0:8008" >/dev/null
  4. then
  5. echo "$SERVICE is running"
  6. else
  7. echo "$SERVICE stopped"
  8. #start PROXY if stopped
  9. python /root/proxydirect.py 8008 ALFAISALVPN &
  10. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement