[bash]#!/bin/bash
# Simple PPTP WatchDog
#By ihipop[AT]gmail[DOT]com
#2017-11-26 16:00
screen -dmS PPTP bash -c while true; do pon myvpn -detach; sleep 1; done
[/bash]
[bash]#!/bin/bash
# Simple PPTP WatchDog
#By ihipop[AT]gmail[DOT]com
#2017-11-26 16:00
screen -dmS PPTP bash -c while true; do pon myvpn -detach; sleep 1; done
[/bash]
下次动手前千万三思啊。。。。。。。。。