We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. The default json custom config for SplitHTTP given to users needs to be changed ( Xray: 1.8.24 ).
Marzban Default SplitHTTP Settings :
"splithttpSettings": { "maxUploadSize": 1000000, "maxConcurrentUploads": 10 }
become like this :
"splithttpSettings": { "scMaxEachPostBytes": 1000000, "scMaxConcurrentPosts": 100, "scMinPostsIntervalMs": 30, "xPaddingBytes": "100-1000" }
https://xtls.github.io/en/config/transports/splithttp.html#splithttpobject
The text was updated successfully, but these errors were encountered:
yeah that's what we wanna do if you check pr's #1302 im waiting for a stable version
Sorry, something went wrong.
No branches or pull requests
Hi.
The default json custom config for SplitHTTP given to users needs to be changed ( Xray: 1.8.24 ).
Marzban Default SplitHTTP Settings :
"splithttpSettings": {
"maxUploadSize": 1000000,
"maxConcurrentUploads": 10 }
become like this :
"splithttpSettings": {
"scMaxEachPostBytes": 1000000,
"scMaxConcurrentPosts": 100,
"scMinPostsIntervalMs": 30,
"xPaddingBytes": "100-1000" }
https://xtls.github.io/en/config/transports/splithttp.html#splithttpobject
The text was updated successfully, but these errors were encountered: