diff options
author | 2018-04-13 17:02:54 +0100 | |
---|---|---|
committer | 2018-04-13 17:02:54 +0100 | |
commit | cff0c9fb4c43eb084da2c9c318af8f83ecba3de7 (patch) | |
tree | a2726968ebc815033e795f72aff83159caf58ece /plugin/forward/setup.go | |
parent | 662edf6607f6e8fb3cb65d5853642cc82a75f4f2 (diff) | |
download | coredns-cff0c9fb4c43eb084da2c9c318af8f83ecba3de7.tar.gz coredns-cff0c9fb4c43eb084da2c9c318af8f83ecba3de7.tar.zst coredns-cff0c9fb4c43eb084da2c9c318af8f83ecba3de7.zip |
plugin/forward: test TLS setup (#1677)
Diffstat (limited to 'plugin/forward/setup.go')
-rw-r--r-- | plugin/forward/setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/setup.go b/plugin/forward/setup.go index 137137d45..3582093ce 100644 --- a/plugin/forward/setup.go +++ b/plugin/forward/setup.go @@ -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" { |