Try vpn per second
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
openfortivpn -c vpn.conf &
|
||||
while true
|
||||
do
|
||||
openfortivpn -c vpn.conf
|
||||
sleep 1s
|
||||
done &
|
||||
|
||||
sleep 3s
|
||||
|
||||
|
Reference in New Issue
Block a user