1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Add fullcone IPv6

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-07-29 16:17:25 +02:00
parent d9e248545c
commit 23bbb48cb0

View file

@ -150,6 +150,10 @@ return view.extend({
o.editable = true;
o.depends('masq', '1');
o = s.taboption('general', form.Flag, 'fullcone6', _('Full Cone IPv6'));
o.editable = true;
o.depends('masq', '1');
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping'));
o.modalonly = true;