TLS ECH client: Add echForceQuery config (#4947)

https://github.com/XTLS/Xray-core/pull/4947#issuecomment-3124359776
This commit is contained in:
风扇滑翔翼
2025-08-01 19:25:15 +08:00
committed by GitHub
parent 116cd70a3a
commit b2829219a0
5 changed files with 142 additions and 62 deletions

View File

@@ -92,7 +92,9 @@ message Config {
*/
repeated string verify_peer_cert_in_names = 17;
string ech_config_list = 18;
bytes ech_server_keys = 18;
bytes ech_server_keys = 19;
}
string ech_config_list = 19;
bool ech_force_query = 20;
}