Created
June 26, 2024 18:20
-
-
Save kangarie/802d9afccb3f01d363c675d5bf30efe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:if ([/ping 8.8.8.8 count=10 size=64 interval=2s]=0) do={ | |
:log warning "LTE DOWN"; | |
/interface disable lte1 | |
:delay 5 | |
/interface enable lte1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment