Do some rename

This commit is contained in:
风扇滑翔翼
2025-03-09 11:40:10 +00:00
committed by GitHub
parent 6d5be86947
commit 7f6a825bfe
5 changed files with 48 additions and 61 deletions
+1 -1
View File
@@ -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)