mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Sat Sep 13 20:34:35 CEST 2025
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user