Fix: NoResolveIP should return current value (#390)
This commit is contained in:
@ -25,7 +25,7 @@ func (f *Match) Payload() string {
|
||||
}
|
||||
|
||||
func (f *Match) NoResolveIP() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
func NewMatch(adapter string) *Match {
|
||||
|
Reference in New Issue
Block a user