mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-04 12:27:39 +03:00
fix multi-service method
This commit is contained in:
parent
a9d165b21b
commit
a0208ca666
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ func NewMultiService[U comparable](method string, iPSK []byte, udpTimeout int64,
|
|||
switch method {
|
||||
case "2022-blake3-aes-128-gcm":
|
||||
case "2022-blake3-aes-256-gcm":
|
||||
case "2022-blake3-chacha20-poly1305":
|
||||
default:
|
||||
return nil, os.ErrInvalid
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue