mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
plugin/forward: test TLS setup (#1677)
This commit is contained in:
@@ -114,7 +114,7 @@ func parseForward(c *caddy.Controller) (*Forward, error) {
|
||||
break
|
||||
}
|
||||
|
||||
// This is more of a bug in // dnsutil.ParseHostPortOrFile that defaults to
|
||||
// This is more of a bug in dnsutil.ParseHostPortOrFile that defaults to
|
||||
// 53 because it doesn't know about the tls:// // and friends (that should be fixed). Hence
|
||||
// Fix the port number here, back to what the user intended.
|
||||
if p == "53" {
|
||||
|
||||
Reference in New Issue
Block a user