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