mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-03 14:06:09 +01:00
10 lines
244 B
Batchfile
10 lines
244 B
Batchfile
|
|
// this is autoexec.bat, it runs at startup, you should restart after making changes
|
|
// target to ping
|
|
PingHost 192.168.0.1
|
|
// interval in seconds
|
|
PingInterval 10
|
|
// events to run when no ping happens
|
|
addChangeHandler noPingTime > 600 reboot
|
|
|