add caddy+h2 config

This commit is contained in:
kirikira
2018-04-16 17:47:18 +08:00
parent d1f24d4a9f
commit bd3b4ee030
5 changed files with 220 additions and 7 deletions

View File

@@ -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": {},

View File

@@ -18,7 +18,7 @@
"kcpSettings": null,
"httpSettings": {
"host": [
"lax.kirikira.moe"
"example.domain"
],
"path": "/test"
},