Documentation ¶
Index ¶
Constants ¶
View Source
const (
PluginType = "reverse_lookup"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReverseLookup ¶
type ReverseLookup struct {
// contains filtered or unexported fields
}
func (*ReverseLookup) Close ¶
func (p *ReverseLookup) Close() error
func (*ReverseLookup) Exec ¶
func (p *ReverseLookup) Exec(ctx context.Context, qCtx *query_context.Context, next sequence.ChainWalker) error
func (*ReverseLookup) ResponsePTR ¶
func (p *ReverseLookup) ResponsePTR(q *dns.Msg) *dns.Msg
func (*ReverseLookup) ServeHTTP ¶
func (p *ReverseLookup) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.