mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-09-17 20:54:35 +08:00
add caddy+h2 config
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"outbound": {
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"network": "h2",
|
||||
"kcpSettings": null,
|
||||
"wsSettings": {
|
||||
"headers": {
|
||||
"host": "example.domain"
|
||||
},
|
||||
"path": ""
|
||||
"httpSettings": {
|
||||
"host": [
|
||||
"example.domain"
|
||||
],
|
||||
"path": "/test"
|
||||
},
|
||||
"tcpSettings": null,
|
||||
"tlsSettings": {},
|
||||
|
@@ -18,7 +18,7 @@
|
||||
"kcpSettings": null,
|
||||
"httpSettings": {
|
||||
"host": [
|
||||
"lax.kirikira.moe"
|
||||
"example.domain"
|
||||
],
|
||||
"path": "/test"
|
||||
},
|
||||
|
Reference in New Issue
Block a user