luci: fix hysteria subscribe protocol bug

This commit is contained in:
xiaorouji 2022-07-11 21:57:29 +08:00 committed by sbwml
parent 77520259be
commit 20245300e2

View File

@ -787,7 +787,7 @@ local function processData(szType, content, add_mode, add_from)
params[t[1]] = t[2]
end
end
result.hysteria_protocol = params.protocol
result.protocol = params.protocol
result.hysteria_obfs = params.obfsParam
result.hysteria_auth_type = "string"
result.hysteria_auth_password = params.auth