mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	Enable UDP in Clash
This commit is contained in:
		| @@ -15,6 +15,7 @@ class Clash | ||||
|         $array['uuid'] = $uuid; | ||||
|         $array['alterId'] = 2; | ||||
|         $array['cipher'] = 'auto'; | ||||
|         $array['udp'] = true; | ||||
|         if ($server->tls) { | ||||
|             $tlsSettings = json_decode($server->tlsSettings); | ||||
|             $array['tls'] = true; | ||||
| @@ -41,6 +42,7 @@ class Clash | ||||
|         $array['server'] = $server->host; | ||||
|         $array['port'] = $server->port; | ||||
|         $array['password'] = $password; | ||||
|         $array['udp'] = true; | ||||
|         $array['sni'] = $server->server_name; | ||||
|         if ($server->allow_insecure) { | ||||
|             $array['skip-cert-verify'] = true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user