mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Set enabled as default for global omr-tracker settings
This commit is contained in:
parent
9ad3099c1a
commit
467fd3553e
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ s = m:section(TypedSection, "defaults", translate("Defaults Settings"))
|
|||
s.anonymous = true
|
||||
|
||||
o = s:option(Flag, "enabled", translate("Enable"), translate("When tracker is disabled, connection failover is also disabled"))
|
||||
o.default = true
|
||||
o.rmempty = false
|
||||
|
||||
o = s:option(Value, "timeout", translate("Timeout (s)"))
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
config defaults 'defaults'
|
||||
option enabled '1'
|
||||
list hosts '4.2.2.1'
|
||||
list hosts '8.8.8.8'
|
||||
list hosts '8.8.4.4'
|
||||
|
|
Loading…
Reference in a new issue