Hi,
I would like to deny record from field host:1.2.3.4 and host:2.3.4.5, so I config this :
< match access >
type filter
all allow
deny host: "1.2.3.4"
deny host: "2.3.4.5"
< / match >
But just the "2.3.4.5" worked !
How can I make both ?
Thank you.