mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add Full Cone NAT support
This commit is contained in:
parent
e3c42cf474
commit
b46478b0ba
3 changed files with 63 additions and 0 deletions
13
patches/fullconenat-luci.patch
Normal file
13
patches/fullconenat-luci.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- a/feeds/luci/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
|
||||
+++ b/feeds/luci/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
|
||||
@@ -131,6 +131,10 @@ return L.view.extend({
|
||||
o = s.taboption('general', form.Flag, 'masq', _('Masquerading'));
|
||||
o.editable = true;
|
||||
|
||||
+ o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone'));
|
||||
+ o.editable = true;
|
||||
+ o.depends('masq', '1');
|
||||
+
|
||||
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping'));
|
||||
o.modalonly = true;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue