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

Improve TLS Fragmentation #12

Merged
merged 8 commits into from Jan 5, 2024
Merged

Improve TLS Fragmentation #12

merged 8 commits into from Jan 5, 2024

Commits on Dec 11, 2023

  1. feat: add TLS fragmentation

    Introduce a feature to fragment TLS clientHello packets to circumvent TLS-based blockings (mostly seen in Iran's firewall)
    kyochikuto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    405c086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806a469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3e233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c868284 View commit details
    Browse the repository at this point in the history
  5. perf: make sleeps optional

    This should reduce latency and improve resource usage.
    kyochikuto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a2875ab View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. style: remove printlns

    kyochikuto committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0c011fa View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    4d5973a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge branch 'dev-next' into tls-fragment

    Signed-off-by: Hiddify <[email protected]>
    hiddify-com authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    af2585d View commit details
    Browse the repository at this point in the history