mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2025-12-06 10:23:20 +00:00
changed all folder structure
This commit is contained in:
6
src/configs.sh
Normal file
6
src/configs.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/env bash
|
||||
|
||||
INTERVAL=60 # Seconds, Interval between two connection check of internet
|
||||
DOUBLE_CHECK_WAIT=10 # Seconds, wait time for double check when the connection is down
|
||||
PING_TIMEOUT=9 # Seconds, Timeout of ping command
|
||||
NETWORK_CHECK_TIMEOUT=300 # Count, Check network for ($NETWORK_TIMEOUT x 2 Seconds)
|
||||
Reference in New Issue
Block a user