mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
tls.PreferServerCipherSuites is ignored as of go 1.17 (#5108)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
@@ -33,7 +33,6 @@ func setTLSDefaults(tls *ctls.Config) {
|
||||
ctls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
|
||||
ctls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
|
||||
}
|
||||
tls.PreferServerCipherSuites = true
|
||||
}
|
||||
|
||||
func parseTLS(c *caddy.Controller) error {
|
||||
|
||||
Reference in New Issue
Block a user