diff options
author | 2018-05-24 14:30:01 +0100 | |
---|---|---|
committer | 2018-05-24 14:30:01 +0100 | |
commit | 2758a756dd32197fdc20e0094ea9a22227649da4 (patch) | |
tree | 519776ee52b7364a9029daf76ee8447b97518ae2 /plugin/proxy/google_test.go | |
parent | b0fd575c658c22d082e1ac776a15ad8d188e76f7 (diff) | |
download | coredns-2758a756dd32197fdc20e0094ea9a22227649da4.tar.gz coredns-2758a756dd32197fdc20e0094ea9a22227649da4.tar.zst coredns-2758a756dd32197fdc20e0094ea9a22227649da4.zip |
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
Diffstat (limited to 'plugin/proxy/google_test.go')
-rw-r--r-- | plugin/proxy/google_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin/proxy/google_test.go b/plugin/proxy/google_test.go deleted file mode 100644 index 1ce591664..000000000 --- a/plugin/proxy/google_test.go +++ /dev/null @@ -1,5 +0,0 @@ -package proxy - -// TODO(miek): -// Test cert failures - put those in SERVFAIL messages, but attach error code in TXT -// Test connecting to a a bad host. |