Update On Tue Nov 26 19:40:14 CET 2024

This commit is contained in:
github-action[bot]
2024-11-26 19:40:15 +01:00
parent 109b874dd4
commit c0557b1079
110 changed files with 1038 additions and 1470 deletions
@@ -998,6 +998,12 @@ local function processData(szType, content, add_mode, add_from)
if params.type == 'xhttp' or params.type == 'splithttp' then
result.xhttp_host = params.host
result.xhttp_path = params.path
result.xhttp_mode = params.mode or "auto"
result.xhttp_extra = params.extra
local Data = params.extra and params.extra ~= "" and jsonParse(params.extra)
local address = (Data and Data.extra and Data.extra.downloadSettings and Data.extra.downloadSettings.address)
or (Data and Data.downloadSettings and Data.downloadSettings.address)
result.download_address = address and address ~= "" and address or nil
end
if params.type == 'httpupgrade' then
result.httpupgrade_host = params.host