Gozargah / Marzban

Unified GUI Censorship Resistant Solution Powered by Xray
https://t.me/gozargah_marzban
GNU Affero General Public License v3.0
3.69k stars 509 forks source link

Change SplitHTTP Client Config (JSON Custom Config) Default Setting Parameters. #1327

Closed deepsm0ke closed 1 month ago

deepsm0ke commented 1 month ago

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

M03ED commented 1 month ago

yeah that's what we wanna do if you check pr's #1302 im waiting for a stable version