fallback -> fallbacks

This commit is contained in:
RPRX
2020-08-29 04:45:16 +00:00
committed by GitHub
parent 94331b52bf
commit 554fa9a343
6 changed files with 50 additions and 67 deletions

View File

@@ -15,17 +15,18 @@
"email": "love@v2fly.org"
}
],
"fallback": {
"addr": "127.0.0.1",
"port": 8001,
"xver": 1
},
"fallback_h2": {
"addr": "127.0.0.1",
"port": 8002,
"xver": 1
},
"decryption": "none"
"decryption": "none",
"fallbacks": [
{
"dest": 8001,
"xver": 1
},
{
"alpn": "h2",
"dest": 8002,
"xver": 1
}
]
},
"streamSettings": {
"network": "tcp",
@@ -38,8 +39,8 @@
],
"certificates": [
{
"certificateFile": "/path/to/certificate.crt",
"keyFile": "/path/to/key.key"
"certificateFile": "/path/to/fullchain.crt",
"keyFile": "/path/to/private.key"
}
]
}