mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	Update Clash config
Add "skip-cert-verify: true" for self-signed certifcate
This commit is contained in:
		| @@ -104,6 +104,7 @@ class ClientController extends Controller | ||||
|             $array['cipher'] = 'auto'; | ||||
|             if ($item->tls) { | ||||
|                 $array['tls'] = true; | ||||
|                 $array['skip-cert-verify'] = true; | ||||
|             } | ||||
|             if ($item->network == 'ws') { | ||||
|                 $array['network'] = $item->network; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user