mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
add caddy
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -102,3 +102,4 @@ dist
|
||||
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
.local/
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user