mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add fullcone IPv6
This commit is contained in:
parent
d9e248545c
commit
23bbb48cb0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue