|
@@ -21,7 +21,7 @@ class ServerShadowsocksSave extends FormRequest
|
|
'host' => 'required',
|
|
'host' => 'required',
|
|
'port' => 'required',
|
|
'port' => 'required',
|
|
'server_port' => 'required',
|
|
'server_port' => 'required',
|
|
- 'cipher' => 'required|in:aes-128-gcm,aes-256-gcm,chacha20-ietf-poly1305',
|
|
|
|
|
|
+ 'cipher' => 'required|in:aes-128-gcm,aes-192-gcm,aes-256-gcm,chacha20-ietf-poly1305,2022-blake3-aes-128-gcm,2022-blake3-aes-256-gcm',
|
|
'obfs' => 'nullable|in:http',
|
|
'obfs' => 'nullable|in:http',
|
|
'obfs_settings' => 'nullable|array',
|
|
'obfs_settings' => 'nullable|array',
|
|
'tags' => 'nullable|array',
|
|
'tags' => 'nullable|array',
|