mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-22 17:46:48 +08:00
TLS ECH client: Add echForceQuery
config (#4947)
https://github.com/XTLS/Xray-core/pull/4947#issuecomment-3124359776
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user