summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--named1
1 files changed, 1 insertions, 0 deletions
diff --git a/named b/named
index da9629e..4155adb 100644
--- a/named
+++ b/named
@@ -98,6 +98,7 @@ while (defined($ThisLine = <STDIN>)) {
($ThisLine =~ /client .* response from Internet for .*/) or
# ($ThisLine =~ /client .+ query \(cache\) '.*' denied/) or
($ThisLine =~ /client .+(?: \([^)]+\))?: query:/) or
+ ($ThisLine =~ /^client .+: rpz .+ rewrite \S+ via \S+$/) or
# Do we really want to ignore these?
#($ThisLine =~ /unknown logging category/) or
($ThisLine =~ /could not open entropy source/) or