ECH: client support TLS Encrypted Client Hello

This commit is contained in:
风扇滑翔翼 2025-02-08 10:07:42 +00:00 committed by GitHub
parent 87ab8e5128
commit a0721f5174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 190 additions and 10 deletions

View file

@ -91,4 +91,10 @@ message Config {
@Critical
*/
repeated string verify_peer_cert_in_names = 17;
bytes ech_config = 20;
string ech_DOHserver = 21;
}