Skip to content

Commit 2faa58b

Browse files
luci-app-upnp: add second CGNAT UCI option
Alternative option to STUN allow-filtered. As requested by AquanJSW, to test with Tailscale. Also adds the required daemon fix. No STUN public IPv4 detection; various issues, e.g. with PCP/NAT-PMP clients (proposed for inclusion, to merge with prior) Signed-off-by: Self-Hosting-Group <selfhostinggroup-git+openwrt@shost.ing>
1 parent 0d99e08 commit 2faa58b

File tree

1 file changed

+1
-0
lines changed
  • applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp

1 file changed

+1
-0
lines changed

applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ return view.extend({
174174
o.value('', _('Disabled'), _('Manually override external IPv4 to allow a private IP'));
175175
o.value('1', _('Enabled'), _('Filtering test currently requires an extra firewall rule'));
176176
o.value('allow-filtered', _('Enabled') + ' (' + _('allow filtered') + ')', _('Allow filtered IPv4 CGNAT test result'));
177+
o.value('allow-private-ext-ipv4', _('Ignore') + ' (' + _('allow private, avoid') + ')', _('No STUN public IPv4 detection; various issues'));
177178
o.optional = true;
178179

179180
o = s.taboption('advanced', form.Value, 'stun_host', _('STUN server'));

0 commit comments

Comments
 (0)