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

Updating FakeTLS ClientHello to match modern desktop/android clients #1406

Open
markpash opened this issue Jul 3, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@markpash
Copy link
Contributor

markpash commented Jul 3, 2024

Description

Currently the FakeTLS implementation in gotd/td is adequate and works with mtproto proxies. But the code that generates the ClientHello is missing a lot from the Desktop and Android implementations, and seems out of date. Since this is essentially an obfuscation and censorship evasion scheme, it seems appropriate to follow the other clients in their implementation.
Given that the code is mostly a translation of the C++ code, updating it following the same scheme isn't difficult and I have partially done it locally.

Would the project be open to me contributing this?

@markpash markpash added the enhancement New feature or request label Jul 3, 2024
@ernado
Copy link
Member

ernado commented Jul 4, 2024

This would be great.

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

No branches or pull requests

2 participants