mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
Update config.go
fix cipher suite downgrade on startup if source don't exist
This commit is contained in:
parent
eeead7f8a2
commit
3478ec2387
1 changed files with 2 additions and 0 deletions
|
@ -959,6 +959,8 @@ func (config *Config) loadSource(proxy *Proxy, cfgSourceName string, cfgSource *
|
|||
dlog.Infof("Downloading [%s] failed: %v, using cache file to startup", source.name, err)
|
||||
}
|
||||
proxy.sources = append(proxy.sources, source)
|
||||
proxy.xTransport.keepCipherSuite = true
|
||||
proxy.xTransport.rebuildTransport()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue