[Dnsmasq-discuss] logging dns queries

Helmut Hullen Hullen at t-online.de
Fri Mar 18 12:18:00 GMT 2011


Hallo,

under ISC-bind I can log the DNS queries with

# Florian Weimer, d.c.o.u.networking.misc 15.2.2011
logging {
  channel query_log {
    file "/var/log/named-query.log" versions 5 size 20m;
    print-time yes;
    severity debug 3;
  };
  category queries { query_log;  };

};
# ---------------------------------------------

and it's a fine help for finding p.e. conficker activities.

Can I tell "dnsmasq" too to log the queries?

Viele Gruesse!
Helmut



More information about the Dnsmasq-discuss mailing list