ValdikSS / GoodbyeDPI

GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows)

Home Page:https://ntc.party/c/community-software/goodbyedpi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some websites redirect to w3.org

CoffeNook opened this issue · comments

Operating system / операционная система

Windows 10 22H2

Running as service / Запуск программы как сервис

I run it as a regular program / Запускаю программу обычным образом

Describe the bug / Опишите ошибку программы

I am able to access certain websites using GoodbyeDPI but when I click on a link, it redirects me to w3.org. It doesn't let me browse the website. However if I use any VPN instead of GoodbyeDPI, it doesn't redirect. Does the GoodbyeDPI app have any built-in redirection feature?

Additional information / Дополнительная информация

I'm in Turkey.

commented

static const unsigned char fake_http_request[] = "GET / HTTP/1.1\r\nHost: www.w3.org\r\n"
"User-Agent: curl/7.65.3\r\nAccept: */*\r\n"
"Accept-Encoding: deflate, gzip, br\r\n\r\n";

Is there a way to disable this function? It blocks website browsing.

commented

Use any other than -5 and -6 modes, or configure yourself without any options which enables "Fake Request Mode" (check README).

-4 worked perfectly. Thank you very much.