Query Logging under Windows

Danny Mayer mayer at gis.net
Wed Feb 8 20:18:23 UTC 2006


bdyslm at comcast.net wrote:
> I have searched far and wide but I have been unable to find any
> instructions on configuring and accessing query logging for BIND v9
> under Win2k.
> 
> Any help would be greatly appreciated.
> 
> Thanks, Chris
> 
> 
> 
It's no different from that of Unix:

logging {
   channel query_log {
        file "queries.log";
        print-time yes;
    };
    category queries { query_log; };
};

Danny




More information about the bind-users mailing list