mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2025-12-07 12:06:54 +03:00
26 lines
578 B
Plaintext
26 lines
578 B
Plaintext
config main 'config'
|
|
option mode '2'
|
|
list hosts '8.8.8.8'
|
|
list hosts '1.1.1.1'
|
|
option check_type '0'
|
|
option tcp_port '53'
|
|
|
|
config main 'ui_config'
|
|
option interval_up '6'
|
|
option interval_down '1'
|
|
option connection_attempts '1'
|
|
option connection_timeout '1'
|
|
|
|
config main 'service_config'
|
|
option interval_up '30'
|
|
option interval_down '5'
|
|
option connection_attempts '2'
|
|
option connection_timeout '2'
|
|
option enable_logger '1'
|
|
option enable_up_script '0'
|
|
option enable_down_script '0'
|
|
option enable_run_script '0'
|
|
|
|
config module 'mod_led_control'
|
|
option enabled '0'
|