mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 03:45:39 +08:00 
			
		
		
		
	v5 VMess-Websocket-TLS server
This commit is contained in:
		
							
								
								
									
										45
									
								
								v5/VMess-Websocket-TLS/config_server.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								v5/VMess-Websocket-TLS/config_server.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,45 @@
 | 
			
		||||
{
 | 
			
		||||
    "log": {
 | 
			
		||||
        "error": {
 | 
			
		||||
            "level": "Warning",
 | 
			
		||||
            "type": "Console"
 | 
			
		||||
        },
 | 
			
		||||
        "access": {
 | 
			
		||||
            "type": "None"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "inbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "vmess",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "users": [
 | 
			
		||||
                    "00000000-0000-0000-0000-000000000000"
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "port": 0,
 | 
			
		||||
            "streamSettings": {
 | 
			
		||||
                "transport": "ws",
 | 
			
		||||
                "transportSettings": {
 | 
			
		||||
                    "path": ""
 | 
			
		||||
                },
 | 
			
		||||
                "security": "tls",
 | 
			
		||||
                "securitySettings": {
 | 
			
		||||
                    "serverName": "",
 | 
			
		||||
                    "certificate": [
 | 
			
		||||
                        {
 | 
			
		||||
                            "usage": "ENCIPHERMENT",
 | 
			
		||||
                            "certificateFile":"",
 | 
			
		||||
                            "keyFile": ""
 | 
			
		||||
                        }
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "outbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "freedom"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user