mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-06 03:26:47 +03:00
nfqws: add missing ssid_filter list init
This commit is contained in:
@@ -219,6 +219,9 @@ void dp_init(struct desync_profile *dp)
|
|||||||
LIST_INIT(&dp->ips_collection_exclude);
|
LIST_INIT(&dp->ips_collection_exclude);
|
||||||
LIST_INIT(&dp->pf_tcp);
|
LIST_INIT(&dp->pf_tcp);
|
||||||
LIST_INIT(&dp->pf_udp);
|
LIST_INIT(&dp->pf_udp);
|
||||||
|
#ifdef HAS_FILTER_SSID
|
||||||
|
LIST_INIT(&dp->filter_ssid);
|
||||||
|
#endif
|
||||||
|
|
||||||
memcpy(dp->hostspell, "host", 4); // default hostspell
|
memcpy(dp->hostspell, "host", 4); // default hostspell
|
||||||
dp->desync_skip_nosni = true;
|
dp->desync_skip_nosni = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user