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

SplitHTTP server: add ok padding #3614

Commits on Jul 29, 2024

  1. SplitHTTP server: add ok padding

    Something about anti-censorship. Note to users, if you ever feel the
    GFW, try something like this:
    
        "splithttpSettings": {
            "responseOkPadding": "1-100"
        }
    
    The clientside part has been implemented in XTLS@8320732
    
    The setting defaults to "no padding". Using the setting with any value
    that is not `0` will break compatibility with Xray client 1.8.16.
    
    At the moment I think it's not worth it to break compatibility, and
    until this feature is targeted, I think most clients will have updated
    beyond 1.8.16.
    mmmray committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    226dd22 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. change defaults

    mmmray committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7f65008 View commit details
    Browse the repository at this point in the history