1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/dns/bindgraph/pkg-message
2007-12-13 06:55:32 +00:00

13 lines
317 B
Plaintext

To get bindgraph working, you have to set querylog for bind. An example
named.conf will be
logging {
channel "querylog" {
file "/var/log/query.log" versions 50 size 20m;
print-time yes;
};
category queries { querylog; };
};
Make sure BINDGRAPH_USER (default www) can read this log file.