Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasNoResolve ¶
Types ¶
type Domain ¶
type Domain struct {
// contains filtered or unexported fields
}
func (*Domain) ShouldFindProcess ¶
func (*Domain) ShouldResolveIP ¶
type DomainKeyword ¶
type DomainKeyword struct {
// contains filtered or unexported fields
}
func NewDomainKeyword ¶
func NewDomainKeyword(keyword string, adapter string) *DomainKeyword
func (*DomainKeyword) Adapter ¶
func (dk *DomainKeyword) Adapter() string
func (*DomainKeyword) Payload ¶
func (dk *DomainKeyword) Payload() string
func (*DomainKeyword) RuleType ¶
func (dk *DomainKeyword) RuleType() C.RuleType
func (*DomainKeyword) ShouldFindProcess ¶
func (dk *DomainKeyword) ShouldFindProcess() bool
func (*DomainKeyword) ShouldResolveIP ¶
func (dk *DomainKeyword) ShouldResolveIP() bool
type DomainSuffix ¶
type DomainSuffix struct {
// contains filtered or unexported fields
}
func NewDomainSuffix ¶
func NewDomainSuffix(suffix string, adapter string) *DomainSuffix
func (*DomainSuffix) Adapter ¶
func (ds *DomainSuffix) Adapter() string
func (*DomainSuffix) Payload ¶
func (ds *DomainSuffix) Payload() string
func (*DomainSuffix) RuleType ¶
func (ds *DomainSuffix) RuleType() C.RuleType
func (*DomainSuffix) ShouldFindProcess ¶
func (ds *DomainSuffix) ShouldFindProcess() bool
func (*DomainSuffix) ShouldResolveIP ¶
func (ds *DomainSuffix) ShouldResolveIP() bool
type GEOIP ¶
type GEOIP struct {
// contains filtered or unexported fields
}
func (*GEOIP) ShouldFindProcess ¶
func (*GEOIP) ShouldResolveIP ¶
type IPCIDR ¶
type IPCIDR struct {
// contains filtered or unexported fields
}
func (*IPCIDR) ShouldFindProcess ¶
func (*IPCIDR) ShouldResolveIP ¶
type IPCIDROption ¶
type IPCIDROption func(*IPCIDR)
func WithIPCIDRNoResolve ¶
func WithIPCIDRNoResolve(noResolve bool) IPCIDROption
func WithIPCIDRSourceIP ¶
func WithIPCIDRSourceIP(b bool) IPCIDROption
type IPSet ¶
type IPSet struct {
// contains filtered or unexported fields
}
func (*IPSet) ShouldFindProcess ¶
func (*IPSet) ShouldResolveIP ¶
type Match ¶
type Match struct {
// contains filtered or unexported fields
}
func (*Match) ShouldFindProcess ¶
func (*Match) ShouldResolveIP ¶
type Port ¶
type Port struct {
// contains filtered or unexported fields
}
func (*Port) ShouldFindProcess ¶
func (*Port) ShouldResolveIP ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
func (*Process) ShouldFindProcess ¶
func (*Process) ShouldResolveIP ¶
Click to show internal directories.
Click to hide internal directories.