mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Small help for tracker
This commit is contained in:
parent
ac9cf60377
commit
a3a39f7011
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue