mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	add server rules
This commit is contained in:
		| @@ -18,7 +18,8 @@ class ServerSave extends FormRequest | ||||
|         'tls' => 'required', | ||||
|         'tags' => 'array', | ||||
|         'rate' => 'required|numeric', | ||||
|         'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic' | ||||
|         'network' => 'required|in:tcp,kcp,ws,http,domainsocket,quic', | ||||
|         'settings' => '' | ||||
|     ]; | ||||
|     /** | ||||
|      * Get the validation rules that apply to the request. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user