Add a test script to test internet

This commit is contained in:
Pothi Kalimuthu 2024-02-26 07:08:34 +05:30
parent 778449646f
commit 1b6d274521
No known key found for this signature in database
GPG key ID: 08202A469C2D0E06

View file

@ -0,0 +1,8 @@
:while ( $minSpeed = 0 ) do={
:delay 60s;
# :log info "Minimum speed hasn't reached, yet."
}
# :log info "Minimum speed has reached."
# :delay 900s; :if ($minSpeed = 0) do={ :log error "No (stable) internet for 15 minutes"; :error "see log" }