diff options
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" { |