mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
parent
b3434f85d2
commit
176b9c2403
1 changed files with 5 additions and 5 deletions
4
luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
Normal file → Executable file
4
luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
Normal file → Executable file
|
@ -145,11 +145,11 @@ return 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 clamp'));
|
||||
o.modalonly = true;
|
||||
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping'));
|
||||
o.modalonly = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue