SashaXser
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/fakepackets.c
|
@ -7,7 +7,7 @@ |
|
|
#include "windivert.h" |
|
|
#include "windivert.h" |
|
|
#include "goodbyedpi.h" |
|
|
#include "goodbyedpi.h" |
|
|
|
|
|
|
|
|
static const unsigned char fake_http_request[] = "GET / HTTP/3.0\r\nHost: www.yandex.ru\r\n" |
|
|
static const unsigned char fake_http_request[] = "GET / HTTP/2.0\r\nHost: www.yandex.ru\r\n" |
|
|
"User-Agent: curl/8.2.1\r\nAccept: */*\r\n" |
|
|
"User-Agent: curl/8.2.1\r\nAccept: */*\r\n" |
|
|
"Accept-Encoding: deflate, gzip, br\r\n\r\n"; |
|
|
"Accept-Encoding: deflate, gzip, br\r\n\r\n"; |
|
|
static const unsigned char fake_https_request[] = { |
|
|
static const unsigned char fake_https_request[] = { |
|
|