GoodbyeDPI icon indicating copy to clipboard operation
GoodbyeDPI copied to clipboard

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

Open ydbilgin opened this issue 1 year ago • 18 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

ydbilgin avatar Jan 08 '24 11:01 ydbilgin

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

molod avatar Jan 16 '24 12:01 molod

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 avatar Feb 09 '24 17:02 ValdikSS

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

Tsuchimikado avatar Apr 13 '24 10:04 Tsuchimikado

Most probably due to

chrome://flags kyber

Thanks, disabling this option worked for me too.

lufog avatar Apr 18 '24 19:04 lufog

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.

ydbilgin avatar Apr 19 '24 14:04 ydbilgin

--max-payload 2400 solves it too.

Kojoley avatar Apr 23 '24 01:04 Kojoley

--max-payload 2400 solves it too.

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

ydbilgin avatar Apr 23 '24 03:04 ydbilgin

@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 

lufog avatar Apr 23 '24 05:04 lufog

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

Kojoley avatar Apr 24 '24 07:04 Kojoley

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

SagePtr avatar May 05 '24 21:05 SagePtr

--max-payload 2400 solves it too.

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

BlackMightyRavenDark avatar May 06 '24 08:05 BlackMightyRavenDark

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

Kojoley avatar May 06 '24 10:05 Kojoley

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

MarqFJA87 avatar Jun 20 '24 09:06 MarqFJA87

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.

Brave v1.67.123 Chromium: 126.0.6478.126 👍

mikedigriz avatar Jul 04 '24 18:07 mikedigriz

@ValdikSS https://www.google.com/webhp

Mika4334 avatar Jul 30 '24 04:07 Mika4334

Same issue with chrome. In others browsers work fine. Kyber is disabled in settings.

P1NG2WIN avatar Aug 08 '24 20:08 P1NG2WIN