87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"log": {
|
|
"access": "/var/log/xray/access.log",
|
|
"error": "/var/log/xray/error.log",
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [{
|
|
"port": 443,
|
|
"protocol": "VLESS",
|
|
"tag": "VLESS-XTLS-in",
|
|
"settings": {
|
|
"clients": [{
|
|
"id": "UUID",
|
|
"flow": "xtls-rprx-direct",
|
|
"level": 0,
|
|
"email": "me@idleleo.com"
|
|
}],
|
|
"decryption": "none",
|
|
"fallbacks": [{
|
|
"dest": 8080,
|
|
"xver": 1
|
|
}]
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"security": "xtls",
|
|
"xtlsSettings": {
|
|
"minVersion": "1.2",
|
|
"alpn": ["http/1.1", "h2"],
|
|
"certificates": [{
|
|
"certificateFile": "/etc/idleleo/cert/xray.crt",
|
|
"keyFile": "/etc/idleleo/cert/xray.key"
|
|
}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"port": 10086,
|
|
"listen": "127.0.0.1",
|
|
"tag": "VLESS-ws-in",
|
|
"protocol": "VLESS",
|
|
"settings": {
|
|
"clients": [{
|
|
"id": "UUID",
|
|
"level": 0,
|
|
"email": "ws@idleleo.com"
|
|
}],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "ws",
|
|
"security": "none",
|
|
"wsSettings": {
|
|
"path": "/websocket"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"protocol": "blackhole",
|
|
"tag": "blocked"
|
|
}
|
|
],
|
|
"dns": {
|
|
"servers": [
|
|
"8.8.8.8",
|
|
"8.8.4.4",
|
|
"1.1.1.1",
|
|
"1.0.0.1",
|
|
"localhost",
|
|
"https+local://dns.google/dns-query",
|
|
"https+local://1.1.1.1/dns-query"
|
|
]
|
|
},
|
|
"routing": {
|
|
"domainStrategy": "AsIs",
|
|
"rules": [{
|
|
"type": "field",
|
|
"inboundTag": ["VLESS-XTLS-in", "VLESS-ws-in"],
|
|
"outboundTag": "direct"
|
|
}]
|
|
}
|
|
} |