mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 03:45:39 +08:00 
			
		
		
		
	v5 VMess-Websocket-TLS Client
This commit is contained in:
		
							
								
								
									
										46
									
								
								v5/VMess-Websocket-TLS/config_client.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								v5/VMess-Websocket-TLS/config_client.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,46 @@
 | 
			
		||||
{
 | 
			
		||||
    "log": {
 | 
			
		||||
        "error": {
 | 
			
		||||
            "level": "Warning",
 | 
			
		||||
            "type": "Console"
 | 
			
		||||
        },
 | 
			
		||||
        "access": {
 | 
			
		||||
            "type": "None"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "outbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "vmess",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "address": "",
 | 
			
		||||
                "port": 0,
 | 
			
		||||
                "uuid": "00000000-0000-0000-0000-000000000000"
 | 
			
		||||
            },
 | 
			
		||||
            "streamSettings": {
 | 
			
		||||
                "transport": "ws",
 | 
			
		||||
                "transportSettings": {
 | 
			
		||||
                    "path": ""
 | 
			
		||||
                },
 | 
			
		||||
                "security": "tls",
 | 
			
		||||
                "securitySettings": {
 | 
			
		||||
                    "serverName": ""
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "inbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "socks",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "udpEnabled": true,
 | 
			
		||||
                "address": "127.0.0.1"
 | 
			
		||||
            },
 | 
			
		||||
            "port": 1080
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "http",
 | 
			
		||||
            "settings": {},
 | 
			
		||||
            "port": 8080
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user