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:
parent
537ba36c40
commit
5e6bac8d3b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue