mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-09-18 05:04:33 +08:00
fallback -> fallbacks
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user