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 # TernJS port file
.tern-port .tern-port
.local/

View File

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