mirror of https://github.com/XTLS/Xray-examples
				
				
				
			
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
{
 | 
						|
    "log": {
 | 
						|
        "loglevel": "warning"
 | 
						|
    },
 | 
						|
    "inbounds": [
 | 
						|
        {
 | 
						|
            "listen": "0.0.0.0",
 | 
						|
            "port": 443,
 | 
						|
            "protocol": "vless",
 | 
						|
            "settings": {
 | 
						|
                "clients": [
 | 
						|
                    {
 | 
						|
                        "id": "",
 | 
						|
                        "level": 0,
 | 
						|
                        "email": "love@example.com"
 | 
						|
                    }
 | 
						|
                ],
 | 
						|
                "decryption": "none",
 | 
						|
                "fallbacks": [
 | 
						|
                    {
 | 
						|
                        "dest": 8001,
 | 
						|
                        "xver": 1
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                        "alpn": "h2",
 | 
						|
                        "dest": 8002,
 | 
						|
                        "xver": 1
 | 
						|
                    }
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "streamSettings": {
 | 
						|
                "network": "tcp",
 | 
						|
                "security": "tls",
 | 
						|
                "tlsSettings": {
 | 
						|
                    "serverName": "example.domain",
 | 
						|
                    "alpn": [
 | 
						|
                        "h2",
 | 
						|
                        "http/1.1"
 | 
						|
                    ],
 | 
						|
                    "certificates": [
 | 
						|
                        {
 | 
						|
                            "certificateFile": "/path/to/fullchain.crt",
 | 
						|
                            "keyFile": "/path/to/private.key"
 | 
						|
                        }
 | 
						|
                    ]
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "outbounds": [
 | 
						|
        {
 | 
						|
            "protocol": "freedom",
 | 
						|
            "tag": "direct"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |