SS: remove unsupported cipher method

This commit is contained in:
MHSanaei
2026-04-22 21:44:39 +02:00
parent 530c1597b8
commit ff25072690
2 changed files with 0 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ const Protocols = {
};
const SSMethods = {
AES_256_GCM: 'aes-256-gcm',
CHACHA20_POLY1305: 'chacha20-poly1305',
CHACHA20_IETF_POLY1305: 'chacha20-ietf-poly1305',
XCHACHA20_IETF_POLY1305: 'xchacha20-ietf-poly1305',