mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 18:04:16 +00:00
Do some rename
This commit is contained in:
parent
6d5be86947
commit
7f6a825bfe
5 changed files with 48 additions and 61 deletions
|
@ -444,7 +444,7 @@ func (c *Config) GetTLSConfig(opts ...Option) *tls.Config {
|
|||
config.KeyLogWriter = writer
|
||||
}
|
||||
}
|
||||
if len(c.EchConfig) > 0 || len(c.Ech_DNSserver) > 0 || len(c.EchKeySets) > 0 {
|
||||
if len(c.EchConfigList) > 0 || len(c.EchKeySets) > 0 {
|
||||
err := ApplyECH(c, config)
|
||||
if err != nil {
|
||||
errors.LogError(context.Background(), err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue