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

Small help for tracker

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-02-24 13:32:46 +01:00
parent ac9cf60377
commit a3a39f7011

View file

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