Versions in this module Expand all Collapse all v0 v0.9.10 Nov 3, 2017 Changes in this version type DNSKEY + D *dns.DS v0.9.9 Oct 18, 2017 Changes in this version + type DNSKEY struct + K *dns.DNSKEY + func ParseKeyFile(pubFile, privFile string) (*DNSKEY, error) + type Dnssec struct + Next plugin.Handler + func New(zones []string, keys []*DNSKEY, next plugin.Handler, c *cache.Cache) Dnssec + func (d Dnssec) Name() string + func (d Dnssec) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error) + func (d Dnssec) Sign(state request.Request, zone string, now time.Time) *dns.Msg + type ResponseWriter struct + func (d *ResponseWriter) Hijack() + func (d *ResponseWriter) Write(buf []byte) (int, error) + func (d *ResponseWriter) WriteMsg(res *dns.Msg) error Other modules containing this package gopkg.in/coredns/coredns.v1