Suuport for fake sni elimination strategy - TTL

This commit is contained in:
Vadim Vetrov
2024-08-05 23:13:35 +03:00
parent 7829012aa3
commit 3f1e8d3f01
5 changed files with 29 additions and 3 deletions

View File

@@ -639,6 +639,14 @@ int main(int argc, const char *argv[]) {
#ifdef FAKE_SNI
printf("Fake SNI will be sent before each googlevideo request\n");
printf("Fake SNI will use strategy: "
#if FAKE_SNI_STRATEGY == FKSN_STRAT_TTL
"TTL"
#else
"Ack-Seq"
#endif
"\n");
#endif
#ifdef USE_GSO