0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-19 14:48:03 +03:00

Add server support

This commit is contained in:
风扇滑翔翼
2025-03-01 19:23:56 +00:00
committed by GitHub
parent 00dbaa670b
commit 0c4b2cfecb
6 changed files with 87 additions and 40 deletions

View File

@ -92,9 +92,9 @@ message Config {
*/
repeated string verify_peer_cert_in_names = 17;
bytes ech_config = 18;
string ech_DOHserver = 19;
bytes ech_config = 20;
string ech_DOHserver = 21;
bytes ech_key_sets = 20;
}