tpws: fix socks-hostname hostlist checks

This commit is contained in:
bol-van
2024-11-22 12:42:33 +03:00
parent 09378553b9
commit 46284938ce
3 changed files with 48 additions and 22 deletions

View File

@@ -14,8 +14,7 @@ typedef struct
// common state
t_l7proto l7proto;
bool bTamperInCutoff;
bool b_ah_check;
bool b_not_act;
bool b_host_checked,b_host_matches,b_ah_check;
char *hostname;
struct desync_profile *dp; // desync profile cache
} t_ctrack;