Add params DESYNC_MARK and DESYNC_MARK_POSTNAT

This commit is contained in:
remittor
2024-10-16 16:31:27 +03:00
parent b28c89e569
commit 6c0c3498bd
3 changed files with 14 additions and 0 deletions

View File

@@ -108,6 +108,16 @@ return view.extend({
o.rmempty = false;
o.default = 0;
o = s.taboption(tabname, form.Value, 'DESYNC_MARK', _('DESYNC_MARK'));
//o.description = _("nfqws option for DPI desync attack");
o.rmempty = false;
o.datatype = 'string';
o = s.taboption(tabname, form.Value, 'DESYNC_MARK_POSTNAT', _('DESYNC_MARK_POSTNAT'));
//o.description = _("nfqws option for DPI desync attack");
o.rmempty = false;
o.datatype = 'string';
/* NFQWS_OPT_DESYNC tab */
tabname = 'nfqws_params';