Update On Sat Sep 13 20:34:35 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-13 20:34:36 +02:00
parent f93a1b54e8
commit 8cbef33280
192 changed files with 2148 additions and 1571 deletions
@@ -705,8 +705,9 @@ local function processData(szType, content, add_mode, add_from)
result.password = password
if result.type ~= "Xray" then
result.method = (method:lower() == "chacha20-poly1305" and "chacha20-ietf-poly1305") or
(method:lower() == "xchacha20-poly1305" and "xchacha20-ietf-poly1305") or method
local m = (method or "none"):lower()
result.method = (m == "chacha20-poly1305" and "chacha20-ietf-poly1305") or
(m == "xchacha20-poly1305" and "xchacha20-ietf-poly1305") or method
end
if result.plugin then