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:
parent
d88541cddc
commit
97aef721f0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue