update: remove v2ray alterid

This commit is contained in:
tokumeikoi
2022-01-04 13:40:35 +08:00
parent 54ea079d4d
commit ab5fce51a1
17 changed files with 27 additions and 17 deletions

View File

@ -24,7 +24,6 @@ class ServerV2raySave extends FormRequest
'tls' => 'required',
'tags' => 'nullable|array',
'rate' => 'required|numeric',
'alter_id' => 'required|integer',
'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic,grpc',
'networkSettings' => 'nullable|array',
'ruleSettings' => 'nullable|array',