deprecate some stuff (#1732)

https_google and reverse will be removed in 2 releases. Add warnings.

We will move reverse to coredns/reverse and list it as external after
this switch.

See #1713
This commit is contained in:
Miek Gieben
2018-04-25 12:38:04 +01:00
committed by GitHub
parent 5e6114b797
commit 7a507e34ca
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ type google struct {
}
func newGoogle(endpoint string, bootstrap []string) *google {
// TODO(miek): Deprecate after 1.1.3 (that would be 1.2.0)
log.Warning("https_google will be deprecated in the next release")
if endpoint == "" {
endpoint = ghost
}