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,9 +15,11 @@
}
],
"decryption": "none",
"fallback": {
"port": 80
}
"fallbacks": [
{
"dest": 80
}
]
},
"streamSettings": {
"network": "tcp",
@@ -41,4 +43,4 @@
"protocol": "freedom"
}
]
}
}