mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Implement deprecation notice for 1.1.4 (#1833)
* Implement deprecation notice for 1.1.4 This still allows all the config to be parsed, but noops it: * -log; always set the log to stdout; no matter what. * https_google; removed from the proxy implementation. * reverse plugin: set to deprecated. * Whole of reverse can go * Remove test for deprecated plugin
This commit is contained in:
@@ -129,14 +129,6 @@ func (p Proxy) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (
|
||||
}
|
||||
}
|
||||
|
||||
// If protocol is https_google we do the health checks wrong, i.e. we're healthchecking the wrong
|
||||
// endpoint, hence the health check code below should not be executed. See issue #1202.
|
||||
// This is an ugly hack and the thing requires a rethink. Possibly in conjunction with moving
|
||||
// to the *forward* plugin.
|
||||
if upstream.Exchanger().Protocol() == "https_google" {
|
||||
continue
|
||||
}
|
||||
|
||||
timeout := host.FailTimeout
|
||||
if timeout == 0 {
|
||||
timeout = defaultFailTimeout
|
||||
|
||||
Reference in New Issue
Block a user