1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Set enabled as default for global omr-tracker settings

This commit is contained in:
Ycarus 2018-04-12 15:18:27 +02:00
parent 9ad3099c1a
commit 467fd3553e
2 changed files with 1 additions and 1 deletions

View file

@ -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)"))

View file

@ -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'