Try vpn per second

This commit is contained in:
2018-11-01 11:05:04 +08:00
parent 8a7302ecc2
commit fa2c1113c8

View File

@ -1,6 +1,10 @@
#!/bin/bash #!/bin/bash
openfortivpn -c vpn.conf & while true
do
openfortivpn -c vpn.conf
sleep 1s
done &
sleep 3s sleep 3s