mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: fix issue #663
This commit is contained in:
		| @@ -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)); | ||||||
|             } |             } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user