d2ray/confs/nocturne.quacker.net
quackerd a9c31f0b6b
All checks were successful
continuous-integration/drone/push Build is passing
add ysd:
2021-12-01 18:05:56 +08:00

71 lines
1.5 KiB
Plaintext

{
"log": {
"loglevel": "debug",
"access": "/opt/config/logs/xray/access.log",
"error": "/opt/config/logs/xray/error.log"
},
"inbounds": [
{
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "quackerd",
"flow": "xtls-rprx-direct"
},
{
"id": "e6569ab4-c0dd-4c29-9b29-5afef6a39a92",
"flow": "xtls-rprx-direct"
},
{
"id": "ruyuechun",
"flow": "xtls-rprx-direct"
},
{
"id": "liangyifang",
"flow": "xtls-rprx-direct"
},
{
"id": "zhoubowen",
"flow": "xtls-rprx-direct"
},
{
"id": "gaoyuchen",
"flow": "xtls-rprx-direct"
},
{
"id": "yushengde",
"flow": "xtls-rprx-direct"
}
],
"decryption": "none",
"fallbacks": [
{
"dest": "localhost:80"
}
]
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"alpn": ["http/1.1", "h2"],
"certificates": [
{
"certificateFile": "/etc/letsencrypt/live/nocturne.quacker.net/fullchain.pem",
"keyFile": "/etc/letsencrypt/live/nocturne.quacker.net/privkey.pem"
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}