1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix default values for omr-tracker interface

This commit is contained in:
Ycarus 2018-03-13 14:23:54 +01:00
parent 537ba36c40
commit 5e6bac8d3b

View file

@ -33,7 +33,7 @@ o:value("none","none")
o = s:option(DynamicList, "hosts", translate("Hosts"))
o.placeholder = "4.2.2.1"
o.default = "4.2.2.1"
o.default = { "4.2.2.1", "8.8.8.8" }
o.rmempty = false
s = m:section(TypedSection, "interface", translate("Interfaces"))
@ -72,7 +72,7 @@ o:value("none","none")
o = s:option(DynamicList, "hosts", translate("Hosts"))
o.placeholder = "4.2.2.1"
o.default = "4.2.2.1"
o.default = { "4.2.2.1", "8.8.8.8" }
o.rmempty = false