aboutsummaryrefslogtreecommitdiff
path: root/middleware/file/notify.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-04-06 22:29:33 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-04-06 22:29:33 +0100
commit225cdd1ca387b409c07269db44100643fccb620c (patch)
tree3e6de7528a1238535d1ef04736b68387de57c816 /middleware/file/notify.go
parentb9a6518bb04cf994f1dcef2ee1103c3044964086 (diff)
downloadcoredns-225cdd1ca387b409c07269db44100643fccb620c.tar.gz
coredns-225cdd1ca387b409c07269db44100643fccb620c.tar.zst
coredns-225cdd1ca387b409c07269db44100643fccb620c.zip
Add AXFR test
Test shouldTransfer by upping a testserver and sending the SOA query. Remove state from DefaultErrorHandler and just get it from the request. Add more logging to show what is going on. This also adds the infrastructure for future tests.
Diffstat (limited to 'middleware/file/notify.go')
-rw-r--r--middleware/file/notify.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/middleware/file/notify.go b/middleware/file/notify.go
index a88ca9192..b369f6ad1 100644
--- a/middleware/file/notify.go
+++ b/middleware/file/notify.go
@@ -42,7 +42,6 @@ func notify(zone string, to []string) error {
c := new(dns.Client)
for _, t := range to {
- // TODO(miek): these ACLs thingies not to be formalized.
if t == "*" {
continue
}