Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DnstapFilterFunc ¶
type DnstapFilterFunc interface {
Filter(msg dnstap.Message) bool
}
type FQDNFilter ¶
type FQDNFilter struct {
FQDN string
}
func NewFQDNFilter ¶
func NewFQDNFilter(a string) *FQDNFilter
func (*FQDNFilter) Filter ¶
func (p *FQDNFilter) Filter(m dnstap.Message) bool
type IPFilter ¶
func NewIPFilter ¶
type RcodeFilter ¶
type RcodeFilter struct {
Rcode string
}
func NewRcodeFilter ¶
func NewRcodeFilter(a string) *RcodeFilter
func (*RcodeFilter) Filter ¶
func (p *RcodeFilter) Filter(m dnstap.Message) bool
type SuffixFilter ¶
type SuffixFilter struct {
Suffix string
}
func NewSuffixFilter ¶
func NewSuffixFilter(a string) *SuffixFilter
func (*SuffixFilter) Filter ¶
func (p *SuffixFilter) Filter(m dnstap.Message) bool
Click to show internal directories.
Click to hide internal directories.