46 lines
867 B
JSON
46 lines
867 B
JSON
{
|
|
"log": {
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 443,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "YOUR-UUID-HERE",
|
|
"email": "user@example.com"
|
|
}
|
|
],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "xhttp",
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"alpn": [
|
|
"h3"
|
|
],
|
|
"certificates": [
|
|
{
|
|
"certificateFile": "/etc/xray/fullchain.pem",
|
|
"keyFile": "/etc/xray/private.key"
|
|
}
|
|
]
|
|
},
|
|
"xhttpSettings": {
|
|
"path": "/xhttp",
|
|
"mode": "auto"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
}
|
|
]
|
|
} |