diff options
Diffstat (limited to 'plugin/etcd/handler.go')
-rw-r--r-- | plugin/etcd/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/handler.go b/plugin/etcd/handler.go index 6a85c3473..088993cf2 100644 --- a/plugin/etcd/handler.go +++ b/plugin/etcd/handler.go @@ -82,7 +82,7 @@ func (e *Etcd) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) ( m := new(dns.Msg) m.SetReply(r) - m.Authoritative, m.RecursionAvailable = true, true + m.Authoritative = true m.Answer = append(m.Answer, records...) m.Extra = append(m.Extra, extra...) |