add ysd:
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2021-12-01 18:05:56 +08:00
parent 1a591a7778
commit a9c31f0b6b
2 changed files with 6 additions and 52 deletions

View File

@ -1,50 +0,0 @@
{
"log": {
"loglevel": "info",
"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": "7-1803",
"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/kawai.quacker.net/fullchain.pem",
"keyFile": "/etc/letsencrypt/live/kawai.quacker.net/privkey.pem"
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}

View File

@ -33,7 +33,11 @@
{
"id": "gaoyuchen",
"flow": "xtls-rprx-direct"
}
},
{
"id": "yushengde",
"flow": "xtls-rprx-direct"
}
],
"decryption": "none",
"fallbacks": [
@ -63,4 +67,4 @@
"settings": {}
}
]
}
}