Feature: add no-resolve for ip rules (#375)
This commit is contained in:
@ -42,7 +42,8 @@ func (rt RuleType) String() string {
|
||||
|
||||
type Rule interface {
|
||||
RuleType() RuleType
|
||||
IsMatch(metadata *Metadata) bool
|
||||
Match(metadata *Metadata) bool
|
||||
Adapter() string
|
||||
Payload() string
|
||||
NoResolveIP() bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user