mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8f2be0234b
from well-known mailgraph package. WWW: http://www.linux.it/~md/software/
13 lines
317 B
Plaintext
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.
|