This commit is contained in:
Tokumeikoi
2020-03-31 00:34:25 +08:00
parent 4b4d777a4e
commit dfdf995ddb
3 changed files with 10 additions and 2 deletions

View File

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