Fix split on preset domain list

This commit is contained in:
Vadim Vetrov
2024-09-28 23:06:45 +03:00
parent 666b3575fc
commit 9dc40bbdf1
4 changed files with 13 additions and 17 deletions

1
tls.h
View File

@@ -11,6 +11,7 @@ struct tls_verdict {
int target_sni; /* google video hello packet */
int sni_offset; /* offset from start of tcp _payload_ */
int sni_target_offset; /* offset of target domain instead of entire sni */
int sni_target_len; /* offset of target domain instead of entire sni */
int sni_len;
};