Coder Social home page Coder Social logo

Comments (12)

ValdikSS avatar ValdikSS commented on June 12, 2024 11

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.

from goodbyedpi.

Kojoley avatar Kojoley commented on June 12, 2024 5

--max-payload 2400 solves it too.

from goodbyedpi.

molod avatar molod commented on June 12, 2024

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

from goodbyedpi.

Tsuchimikado avatar Tsuchimikado commented on June 12, 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.

Thank you, disabling kyber in Slimjet browser fixed the issue

from goodbyedpi.

lufog avatar lufog commented on June 12, 2024

Most probably due to

chrome://flags kyber

Thanks, disabling this option worked for me too.

from goodbyedpi.

ydbilgin avatar ydbilgin commented on June 12, 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.

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.

from goodbyedpi.

ydbilgin avatar ydbilgin commented on June 12, 2024

--max-payload 2400 solves it too.

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

from goodbyedpi.

lufog avatar lufog commented on June 12, 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 

from goodbyedpi.

Kojoley avatar Kojoley commented on June 12, 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.

from goodbyedpi.

SagePtr avatar SagePtr commented on June 12, 2024

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

from goodbyedpi.

BlackMightyRavenDark avatar BlackMightyRavenDark commented on June 12, 2024

--max-payload 2400 solves it too.

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

from goodbyedpi.

Kojoley avatar Kojoley commented on June 12, 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.

from goodbyedpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.