Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ydbilgin opened this issue Jan 8, 2024 · 12 comments
Open

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

ydbilgin opened this issue Jan 8, 2024 · 12 comments
Labels

Comments

@ydbilgin
Copy link

ydbilgin commented Jan 8, 2024

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

@molod
Copy link

molod commented Jan 16, 2024

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

@ValdikSS
Copy link
Owner

ValdikSS commented Feb 9, 2024

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.

@ValdikSS ValdikSS added the bug label Feb 9, 2024
@Tsuchimikado
Copy link

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

@lufog
Copy link

lufog commented Apr 18, 2024

Most probably due to

chrome://flags kyber

Thanks, disabling this option worked for me too.

@ydbilgin
Copy link
Author

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.

@ValdikSS ValdikSS pinned this issue Apr 21, 2024
@ValdikSS ValdikSS changed the title Cannot reach sites on chrome but can reach on others Cannot reach sites on chrome but can reach on others [Kyber] Apr 21, 2024
@Kojoley
Copy link

Kojoley commented Apr 23, 2024

--max-payload 2400 solves it too.

@ydbilgin
Copy link
Author

--max-payload 2400 solves it too.

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

@lufog
Copy link

lufog commented Apr 23, 2024

@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 

@Kojoley
Copy link

Kojoley commented Apr 24, 2024

@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.

@SagePtr
Copy link

SagePtr commented May 5, 2024

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

@BlackMightyRavenDark
Copy link

--max-payload 2400 solves it too.

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

@Kojoley
Copy link

Kojoley commented May 6, 2024

--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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants