mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-04-28 03:29:44 +00:00
UP time check request AWG
This commit is contained in:
parent
09514d7583
commit
4eec891f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ do
|
|||
sleep 2
|
||||
# Включаем интерфейс
|
||||
ifup $INTERFACE_NAME
|
||||
curl -f --connect-to ::speedtest.selectel.ru https://manifest.googlevideo.com/100MB -k -o /dev/null --interface $INTERFACE_NAME --max-time 180
|
||||
curl -f --connect-to ::speedtest.selectel.ru https://manifest.googlevideo.com/100MB -k -o /dev/null --interface $INTERFACE_NAME --max-time 360
|
||||
|
||||
# Проверяем код выхода
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue