mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-06 12:18:42 +00:00
ECH: client support TLS Encrypted Client Hello
This commit is contained in:
parent
87ab8e5128
commit
a0721f5174
5 changed files with 190 additions and 10 deletions
|
@ -91,4 +91,10 @@ message Config {
|
|||
@Critical
|
||||
*/
|
||||
repeated string verify_peer_cert_in_names = 17;
|
||||
|
||||
|
||||
|
||||
bytes ech_config = 20;
|
||||
|
||||
string ech_DOHserver = 21;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue