package
0.4.0
Repository: https://github.com/fpgeek/mesos-dns.git
Documentation: pkg.go.dev

# Functions

A returns an A record set with the given arguments.
Answers returns a MsgOpt that appends the given dns.RRs to a Msg's Answer section.
Extras returns a MsgOpt that appends the given dns.RRs to a Msg's Extras section.
Header returns a MsgOpt that sets a dns.Msg's MsgHdr with the given arguments and some hard-coded defaults.
Message returns a dns.Msg with the given MsgOpts applied to it.
NS returns a NS record set with the given arguments.
NSs returns a MsgOpt that appends the given dns.RRs to a Msg's Ns section.
Question returns a MsgOpt that sets the Question section in a Msg.
RRHeader returns a dns.RR_Header with the given arguments set as well as a few hard-coded defaults.
SOA returns an SOA records set with the given arguments and some hard-coded defaults.
SRV returns a SRV record set with the given arguments.

# Structs

ResponseRecorder implements the dns.ResponseWriter interface.

# Type aliases

A MsgOpt is functional option for dns.Msgs.