This commit is contained in:
root
2019-11-06 01:12:40 +08:00
parent 9345c9c807
commit 3dae3e9e0f
2 changed files with 18 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class ServerSave extends FormRequest
'tls' => 'required',
'tags' => 'array',
'rate' => 'required|numeric',
'network' => 'required|in:tcp,mkcp,websocket,http2,domainsocket,quic'
'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic'
];
}