Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSKEY ¶
func ParseKeyFile ¶
ParseKeyFile read a DNSSEC keyfile as generated by dnssec-keygen or other utilities. It adds ".key" for the public key and ".private" for the private key.
type Dnssec ¶
type Dnssec struct {
Next middleware.Handler
// contains filtered or unexported fields
}
type DnssecResponseWriter ¶
type DnssecResponseWriter struct {
dns.ResponseWriter
// contains filtered or unexported fields
}
func NewDnssecResponseWriter ¶
func NewDnssecResponseWriter(w dns.ResponseWriter, d Dnssec) *DnssecResponseWriter
func (*DnssecResponseWriter) Hijack ¶
func (d *DnssecResponseWriter) Hijack()
Click to show internal directories.
Click to hide internal directories.