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

Command: Add tls ech for ech config generation

This commit is contained in:
チセ
2024-04-16 06:35:20 +08:00
committed by yuhan6665
parent fbc56b88da
commit cabc4c6013
4 changed files with 73 additions and 0 deletions

View File

@ -14,5 +14,6 @@ var CmdTLS = &base.Command{
cmdCert,
cmdPing,
cmdCertChainHash,
cmdECH,
},
}