0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Add SNI shunt support for Trojan fallbacks

This commit is contained in:
RPRX
2021-01-18 07:41:00 +00:00
committed by GitHub
parent 8eed8a0824
commit 99863aa2ac
4 changed files with 129 additions and 61 deletions

View File

@ -15,11 +15,12 @@ message Account {
}
message Fallback {
string alpn = 1;
string path = 2;
string type = 3;
string dest = 4;
uint64 xver = 5;
string name = 1;
string alpn = 2;
string path = 3;
string type = 4;
string dest = 5;
uint64 xver = 6;
}
message ClientConfig {