You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luci-app-upnp: Adapt to revised package UCI options
The following UI options have changed:
- STUN server (`stun_host`): Accepting port
- STUN port: Removed, as now accepted in STUN server
- Use STUN for CGNATs (`use_stun`): New options for IPv4 CGNAT use, and
updated help with newer wording of RFC 5780
- Override public IPv4 (`external_ip`): UI option added
- Allow third-party mapping (`allow_third_party_mapping`): Inverted
from secure mode and extended to PCP
- Download/upload speed (`download_kbps`/`upload_kbps`): In kbit/s and
datatype set
- UPnP IGD compatibility mode (`upnp_igd_compat`): As extensible list
- Enable PCP/NAT-PMP protocols (`enable_pcp_natpmp`): UCI option renamed
- Set `notify_interval` minimum to 900s (default), as recommended by
[UDA 1.1] (2x=1800 in the standard), because daemon erroneously
suggested 30x less in the past, and to reduce multicast traffic and
power consumption in wireless networks, clearer help
- ACL: Update help for new ACL denied with no entry as default
[UDA 1.1]: https://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf#page=30
More details on changed options can be found in the dependent package PR
Depends on https://redirect.github.com/openwrt/packages/pull/26793
Signed-off-by: Self-Hosting-Group <selfhostinggroup-git+openwrt@shost.ing>
_('A 900s interval will result in %s notifications with the minimum max-age of 1800s','A 900s interval will result in %s (%s = SSDP) notifications with the minimum max-age of 1800s')
197
+
_('A 900s interval results in %s announces with a minimum cache-control max-age of 1800','A 900s interval results in %s (%s = SSDP) announces with a minimum cache-control max-age of 1800')
194
198
.format('<abbr title="Simple Service Discovery Protocol">SSDP</abbr>'));
0 commit comments