mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 00:12:16 -05:00
Implement debugging with TXT records
Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -61,8 +61,6 @@ func setup(c *caddy.Controller) error {
|
||||
i++
|
||||
goto redo
|
||||
}
|
||||
// err == nil, we are connected
|
||||
break
|
||||
}
|
||||
}()
|
||||
metrics.MustRegister(c, xds.ClusterGauge)
|
||||
@@ -132,8 +130,6 @@ func parseTraffic(c *caddy.Controller) (*Traffic, error) {
|
||||
return nil, c.ArgErr()
|
||||
}
|
||||
tlsServerName = c.Val()
|
||||
case "ignore_health":
|
||||
t.health = true
|
||||
default:
|
||||
return nil, c.Errf("unknown property '%s'", c.Val())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user