mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -38,7 +38,7 @@ class ClientController extends Controller | ||||
|     private function quantumultX ($user, $server) { | ||||
|       $uri = ''; | ||||
|       foreach($server as $item) { | ||||
|         $uri .= "vmess=".$item->host.":".$item->port.", method=none, password=".$user->v2ray_uuid.", over-tls=".($item->tls?'true':'false').", certificate=0, fast-open=false, udp-relay=false, tag=".$item->name; | ||||
|         $uri .= "vmess=".$item->host.":".$item->port.", method=none, password=".$user->v2ray_uuid.", fast-open=false, udp-relay=false, tag=".$item->name; | ||||
|         if ($item->network == 'ws') { | ||||
|           $uri .= ', obfs=ws'; | ||||
|           if ($item->settings) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user