Update fakepackets.c

This commit is contained in:
SashaXser 2023-09-10 14:27:56 +04:00 committed by GitHub
parent 5741b3a123
commit d8becbd86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "windivert.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"
"Accept-Encoding: deflate, gzip, br\r\n\r\n";
static const unsigned char fake_https_request[] = {