mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Always display IPv6 host in omr-tracker interface
This commit is contained in:
parent
c2d89b0d93
commit
0c83cf9f6d
1 changed files with 6 additions and 4 deletions
|
@ -188,11 +188,13 @@ o.default = false
|
|||
o.disabled = 0
|
||||
o.enabled = 1
|
||||
|
||||
|
||||
o = s:option(DynamicList, "hosts", translate("Hosts"))
|
||||
o = s:option(DynamicList, "hosts", translate("Hosts"), translate("Must be IPs and not domains"))
|
||||
o.placeholder = "4.2.2.1"
|
||||
o.default = { "4.2.2.1", "8.8.8.8" }
|
||||
o.rmempty = false
|
||||
|
||||
o = s:option(DynamicList, "hosts6", translate("Hosts IPv6"), translate("Must be IPs and not domains"))
|
||||
o.placeholder = "2001:4860:4860::8844"
|
||||
o.rmempty = false
|
||||
|
||||
return m
|
||||
|
|
Loading…
Reference in a new issue