add kawai
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2021-11-26 15:10:14 +08:00
parent b27207949a
commit 1a591a7778
1 changed files with 50 additions and 0 deletions

50
confs/kawai.quacker.net Normal file
View File

@ -0,0 +1,50 @@
{
"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": {}
}
]
}