add caddy

This commit is contained in:
root
2022-05-26 18:12:30 +00:00
parent aac1ca4df4
commit 2b6d050002
2 changed files with 25 additions and 3 deletions

1
.gitignore vendored
View File

@@ -102,3 +102,4 @@ dist
# TernJS port file
.tern-port
.local/

View File

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