mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-06 20:28:40 +00:00
Add server support
This commit is contained in:
parent
9723ed9ecd
commit
c10e5f6c78
6 changed files with 87 additions and 40 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue