add caddy

This commit is contained in:
root
2022-05-26 18:53:12 +00:00
parent 2e33be9756
commit b76be5aca0

View File

@@ -35,31 +35,31 @@
"network": "ws",
"security": "none"
}
},
{
"port": 8082,
"listen": "127.0.0.1",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "$UUID",
"level": 0
}
],
"decryption": "none"
},
"streamSettings": {
"security": "none",
"network": "h2",
"httpSettings": {
"path": "/h2",
"host": [
"zizifn1.herokuapp.com"
]
}
}
}
// {
// "port": 8082,
// "listen": "127.0.0.1",
// "protocol": "vless",
// "settings": {
// "clients": [
// {
// "id": "$UUID",
// "level": 0
// }
// ],
// "decryption": "none"
// },
// "streamSettings": {
// "security": "none",
// "network": "h2",
// "httpSettings": {
// "path": "/h2",
// "host": [
// "**.herokuapp.com"
// ]
// }
// }
// }
],
"outbounds": [
{