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

Network can be bypassed too

This commit is contained in:
Ycarus 2019-03-11 19:36:14 +01:00
parent d88541cddc
commit 97aef721f0

View file

@ -53,7 +53,7 @@ end)
ifm = s:option(Value, "interface", translate("Interface"))
ifm.rmempty = true
s = m:section(TypedSection, "lan_ip", translate("Source lan IP address"))
s = m:section(TypedSection, "lan_ip", translate("Source lan IP address or network"))
s.addremove = true
s.anonymous = true
s.template = "cbi/tblsection"