From f70a5d40a5bee30a0815ae00bacd78f412cd54e9 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:56:09 +0800 Subject: [PATCH] Update luci-app-firewall.patch --- .github/diy/patches/luci-app-firewall.patch | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/diy/patches/luci-app-firewall.patch b/.github/diy/patches/luci-app-firewall.patch index c6e8f780..6563649e 100644 --- a/.github/diy/patches/luci-app-firewall.patch +++ b/.github/diy/patches/luci-app-firewall.patch @@ -12,11 +12,8 @@ --- a/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js +++ b/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js -@@ -59,8 +59,46 @@ return view.extend({ - o = s.option(form.Flag, 'fullcone', _('Enable FullCone NAT')); - if (fw4) - o = s.option(form.Flag, 'fullcone6', _('Enable FullCone NAT6')); -+ o.depends('fullcone', '1'); +@@ -78,6 +78,43 @@ return view.extend({ + addTCPCCAOption(); } + o = s.option(form.Flag, 'expose_wan', _('Expose WAN'), _('Danger! Proceed at your own risk.'));