Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
DNSWriter ResponseWriter
DNSRequest *dns.Msg
// contains filtered or unexported fields
}
Context type
type ResponseWriter ¶
type ResponseWriter interface {
dns.ResponseWriter
Msg() *dns.Msg
Rcode() int
Written() bool
Reset(dns.ResponseWriter)
Proto() string
RemoteIP() net.IP
}
ResponseWriter implement of dns.ResponseWriter
Click to show internal directories.
Click to hide internal directories.