|
@@ -210,10 +210,14 @@ query in the form of <Source IP address>#<source port>.
|
|
|
% RESOLVER_QUERY_REJECTED query rejected: '%1/%2/%3' from %4
|
|
|
An informational message that indicates an incoming query is rejected
|
|
|
in terms of the query ACL. This results in a response with an RCODE of
|
|
|
-REFUSED. See QUERYACCEPTED for the information given in the message.
|
|
|
+REFUSED. The log message shows the query in the form of <query
|
|
|
+name>/<query type>/<query class>, and the client that sends the
|
|
|
+query in the form of <Source IP address>#<source port>.
|
|
|
|
|
|
% RESOLVER_QUERY_DROPPED query dropped: '%1/%2/%3' from %4
|
|
|
An informational message that indicates an incoming query is dropped
|
|
|
-in terms of the query ACL. Unlike the QUERYREJECTED case, the server does
|
|
|
-not return any response. See QUERYACCEPTED for the information given in
|
|
|
-the message.
|
|
|
+in terms of the query ACL. Unlike the RESOLVER_QUERY_REJECTED
|
|
|
+case, the server does not return any response. The log message
|
|
|
+shows the query in the form of <query name>/<query type>/<query
|
|
|
+class>, and the client that sends the query in the form of <Source
|
|
|
+IP address>#<source port>.
|