mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update: shadowsocks more cipher
This commit is contained in:
parent
ec4cd8acef
commit
00c5016d5a
@ -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'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user