mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: shadowsocks more cipher
This commit is contained in:
		| @@ -21,7 +21,7 @@ class ServerShadowsocksSave extends FormRequest | ||||
|             'host' => 'required', | ||||
|             'port' => 'required', | ||||
|             'server_port' => 'required', | ||||
|             'cipher' => 'required', | ||||
|             'cipher' => 'required|in:aes-128-gcm,aes-256-gcm,chacha20-ietf-poly1305', | ||||
|             'tags' => 'nullable|array', | ||||
|             'rate' => 'required|numeric' | ||||
|         ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user