Merge pull request #856 from NFamou/master

支持Surfboard下发SS2022
This commit is contained in:
NFamou
2026-04-02 15:46:55 +08:00
committed by GitHub
parent f3fd40008b
commit b7c8b31a91

View File

@@ -36,7 +36,10 @@ class Surfboard extends AbstractProtocol
'aes-128-gcm', 'aes-128-gcm',
'aes-192-gcm', 'aes-192-gcm',
'aes-256-gcm', 'aes-256-gcm',
'chacha20-ietf-poly1305' 'chacha20-ietf-poly1305',
'2022-blake3-aes-128-gcm',
'2022-blake3-aes-256-gcm',
'2022-blake3-chacha20-poly1305'
]) ])
) { ) {
// [Proxy] // [Proxy]