luci-app-upnp: change leasefile location hint
Change default leasefile hint from /var/log/upnp.leases to /var/run/miniupnpd.leases Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
3b709d8cdf
commit
ea02940c0e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pu = s:taboption("advanced", Value, "presentation_url", translate("Presentation
|
||||||
pu.placeholder = "http://192.168.1.1/"
|
pu.placeholder = "http://192.168.1.1/"
|
||||||
|
|
||||||
lf = s:taboption("advanced", Value, "upnp_lease_file", translate("UPnP lease file"))
|
lf = s:taboption("advanced", Value, "upnp_lease_file", translate("UPnP lease file"))
|
||||||
lf.placeholder = "/var/log/upnp.leases"
|
lf.placeholder = "/var/run/miniupnpd.leases"
|
||||||
|
|
||||||
|
|
||||||
s2 = m:section(TypedSection, "perm_rule", translate("MiniUPnP ACLs"),
|
s2 = m:section(TypedSection, "perm_rule", translate("MiniUPnP ACLs"),
|
||||||
|
|
Loading…
Reference in a new issue