mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
add caddy
This commit is contained in:
@@ -35,31 +35,31 @@
|
|||||||
"network": "ws",
|
"network": "ws",
|
||||||
"security": "none"
|
"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": [
|
"outbounds": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user