mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: fix issue #663
This commit is contained in:
parent
2429ff6d58
commit
1ffe78541d
@ -30,7 +30,7 @@ class Shadowsocks
|
|||||||
|
|
||||||
foreach ($servers as $item) {
|
foreach ($servers as $item) {
|
||||||
if ($item['type'] === 'shadowsocks'
|
if ($item['type'] === 'shadowsocks'
|
||||||
&& in_array($item['cipher'], ['aes-128-gcm', 'aes-256-gcm', 'aes-192-gcm'])
|
&& in_array($item['cipher'], ['aes-128-gcm', 'aes-256-gcm', 'aes-192-gcm', 'chacha20-ietf-poly1305'])
|
||||||
) {
|
) {
|
||||||
array_push($configs, self::SIP008($item, $user));
|
array_push($configs, self::SIP008($item, $user));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user