2021-04-19 07:51:22 +00:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"loglevel": "debug",
|
|
|
|
"access": "/opt/config/logs/xray/access.log",
|
|
|
|
"error": "/opt/config/logs/xray/error.log"
|
|
|
|
},
|
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"port": 443,
|
|
|
|
"protocol": "vless",
|
|
|
|
"settings": {
|
|
|
|
"clients": [
|
|
|
|
{
|
2021-10-07 15:18:24 +00:00
|
|
|
"id": "quackerd",
|
2021-04-19 07:51:22 +00:00
|
|
|
"flow": "xtls-rprx-direct"
|
2021-07-08 13:38:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "7-1803",
|
2021-07-08 14:06:35 +00:00
|
|
|
"flow": "xtls-rprx-direct"
|
2021-04-19 07:51:22 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"decryption": "none",
|
|
|
|
"fallbacks": [
|
|
|
|
{
|
|
|
|
"dest": "localhost:80"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "tcp",
|
|
|
|
"security": "xtls",
|
|
|
|
"xtlsSettings": {
|
|
|
|
"alpn": ["http/1.1", "h2"],
|
|
|
|
"certificates": [
|
|
|
|
{
|
|
|
|
"certificateFile": "/etc/letsencrypt/live/mazurka.quacker.net/fullchain.pem",
|
|
|
|
"keyFile": "/etc/letsencrypt/live/mazurka.quacker.net/privkey.pem"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "freedom",
|
|
|
|
"settings": {}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|