Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-22 01:05:48 +00:00

nfqws2: --template <name> , --cookie

This commit is contained in:
bol-van
2025-12-05 10:22:48 +03:00
parent 9c0c7cfa8c
commit b9e03ef71b
6 changed files with 46 additions and 15 deletions

View File

@@ -55,6 +55,9 @@ struct desync_profile
{
unsigned int n; // number of the profile
char *name; // optional malloced name string
unsigned int n_tpl; // number of imported template
char *name_tpl; // imported template name
char *cookie; // optional malloced string
bool filter_ipv4,filter_ipv6;
struct port_filters_head pf_tcp,pf_udp;