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

Cannot reach sites on chrome but can reach on others [Kyber]

ydbilgin opened this issue · comments

Describe your feature / Опишите ваше предложение

I can open sites with goodbyeDPI in Opera , Opera gx and Firefox browsers but not in chrome. what could be the reason? I couldn't find it, but I wanted to ask you in case you might know. I'd appreciate it if you could help me

Same issue here. Edge works fine too, Google Chrome - no

Most probably due to

chrome://flags kyber

This is a post-quantum thing for TLS that inflates ClientHello to 2 TCP segments, which GoodbyeDPI currently doesn't handle.

Most probably due to

chrome://flags kyber

This is a post-quantum thing for TLS that inflates ClientHello to 2 TCP segments, which GoodbyeDPI currently doesn't handle.

Thank you, disabling kyber in Slimjet browser fixed the issue

Most probably due to

chrome://flags kyber

Thanks, disabling this option worked for me too.

Most probably due to

chrome://flags kyber

This is a post-quantum thing for TLS that inflates ClientHello to 2 TCP segments, which GoodbyeDPI currently doesn't handle.

Is there a solution for windows directly, independent of browsers? It works at certain times of the day with non-browser use. Approximately 02:00-08:00 GMT+3.

--max-payload 2400 solves it too.

--max-payload 2400 solves it too.

I can't figure out how to enter the command. Can you help me please

@ydbilgin, copy bat file and replace in it modeset (-1, ..., -5) with full set of args:

LEGACY modesets: 
   -1               -p -r -s -f 2 -k 2 -n -e 2 (most compatible mode) 
   -2               -p -r -s -f 2 -k 2 -n -e 40 (better speed for HTTPS yet still compatible) 
   -3               -p -r -s -e 40 (better speed for HTTP and HTTPS) 
   -4               -p -r -s (best speed) 

Modern modesets (more stable, more compatible, faster): 
   -5               -f 2 -e 2 --auto-ttl --reverse-frag --max-payload (this is the default) 
   -6               -f 2 -e 2 --wrong-seq --reverse-frag --max-payload 

@ydbilgin, copy bat file and replace in it modeset (-1, ..., -5) with full set of args

No need to replace, you can add like start "" goodbyedpi.exe -5 --max-payload 2400.

Add this info to "Known Issues" of Readme.md please. Thank you.

--max-payload 2400 solves it too.

It's brookes some other (non-blocked) web-sites for me.

--max-payload 2400 solves it too.

It's brookes some other (non-blocked) web-sites for me.

You will encounter broken sites no matter what if you run unrestricted mode (IIUC mostly because of --auto-ttl/--wrong-seq features). I have a good luck with goodbyedpi.exe -f 2 -e 2 --reverse-frag --max-payload 2400 --blacklist list.

--max-payload 2400 solves it too.

It's brookes some other (non-blocked) web-sites for me.

You will encounter broken sites no matter what if you run unrestricted mode (IIUC mostly because of --auto-ttl/--wrong-seq features). I have a good luck with goodbyedpi.exe -f 2 -e 2 --reverse-frag --max-payload 2400 --blacklist list.

Where is this supposed to go, exactly? The .cmd file for installing the service?