Skip to content

Commit 3dcb464

Browse files
committed
feat: Surfboard 支持 Shadowsocks 2022
1 parent 7eeaff4 commit 3dcb464

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.21.22",
3+
"version": "2.21.23",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/core/proxy-utils/producers/surfboard.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ function shadowsocks(proxy) {
8585
'salsa20',
8686
'chacha20',
8787
'chacha20-ietf',
88+
'2022-blake3-aes-128-gcm',
89+
'2022-blake3-aes-256-gcm',
8890
].includes(proxy.cipher)
8991
) {
9092
throw new Error(`cipher ${proxy.cipher} is not supported`);

0 commit comments

Comments
 (0)