aboutsummaryrefslogtreecommitdiff
path: root/plugin/proxy/dnstap_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-05-24 14:30:01 +0100
committerGravatar GitHub <noreply@github.com> 2018-05-24 14:30:01 +0100
commit2758a756dd32197fdc20e0094ea9a22227649da4 (patch)
tree519776ee52b7364a9029daf76ee8447b97518ae2 /plugin/proxy/dnstap_test.go
parentb0fd575c658c22d082e1ac776a15ad8d188e76f7 (diff)
downloadcoredns-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/dnstap_test.go')
-rw-r--r--plugin/proxy/dnstap_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/proxy/dnstap_test.go b/plugin/proxy/dnstap_test.go
index 08cbd98a7..b07b081bc 100644
--- a/plugin/proxy/dnstap_test.go
+++ b/plugin/proxy/dnstap_test.go
@@ -47,7 +47,6 @@ func TestDnstap(t *testing.T) {
tapq.SocketProto = tap.SocketProtocol_TCP
tapr.SocketProto = tap.SocketProtocol_TCP
testCase(t, newDNSExWithOption(Options{ForceTCP: true}), q, r, tapq, tapr)
- testCase(t, newGoogle("", []string{"8.8.8.8:53", "8.8.4.4:53"}), q, r, tapq, tapr)
}
func TestNoDnstap(t *testing.T) {