mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
plugin/nsid: Small doc cleanup (#1293)
add an example and some typos fixed.
This commit is contained in:
@@ -29,7 +29,6 @@ func (n Nsid) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (i
|
||||
if _, ok := o.(*dns.EDNS0_NSID); ok {
|
||||
nw := &ResponseWriter{ResponseWriter: w, Data: n.Data}
|
||||
return plugin.NextOrFailure(n.Name(), n.Next, ctx, nw, r)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user