opt 1.2.3

This commit is contained in:
Tokumeikoi
2020-03-10 13:27:04 +08:00
parent 5b317478c6
commit a13809ac02
2 changed files with 13 additions and 5 deletions

View File

@ -19,7 +19,8 @@ class ServerSave extends FormRequest
'rate' => 'required|numeric',
'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic',
'networkSettings' => '',
'ruleSettings' => ''
'ruleSettings' => '',
'tlsSettings' => ''
];
/**
* Get the validation rules that apply to the request.