1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update zones.js

This commit is contained in:
suyuan168 2022-06-17 13:57:34 +08:00
parent 771ff642f8
commit d3ed7dd8a3

View file

@ -145,11 +145,11 @@ return view.extend({
o = s.taboption('general', form.Flag, 'masq', _('Masquerading')); o = s.taboption('general', form.Flag, 'masq', _('Masquerading'));
o.editable = true; o.editable = true;
o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone')); o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone'));
o.editable = true; o.editable = true;
o.depends('masq', '1'); 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 = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping'));
o.modalonly = true; o.modalonly = true;