X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-upnp%2Fluasrc%2Fmodel%2Fcbi%2Fupnp%2Fupnp.lua;h=c00d943776f147ad2b6a6a6a9acd79ecc14ca812;hp=830fc26c5bd31a103a6df8674472f0c18fc25f6c;hb=f54ef008f8ee721ab174ef2daa2c55da04ed32c1;hpb=70806677535f222bf115151da58a891506bb0adf diff --git a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua index 830fc26c5..c00d94377 100644 --- a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua +++ b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua @@ -43,8 +43,11 @@ end s:taboption("general", Flag, "enable_upnp", translate("Enable UPnP functionality")).default = "1" s:taboption("general", Flag, "enable_natpmp", translate("Enable NAT-PMP functionality")).default = "1" -s:taboption("general", Flag, "secure_mode", translate("Enable secure mode")).default = "1" -s:taboption("general", Flag, "log_output", translate("Log output")).default = "1" +s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"), + translate("Allow adding forwards only to requesting ip addresses")).default = "1" + +s:taboption("general", Flag, "log_output", translate("Enable additional logging"), + translate("Puts extra debugging information into the system log")).default = "1" s:taboption("general", Value, "download", translate("Downlink"), translate("Value in KByte/s, informational only")).rmempty = true