opnsense-ports/dns/bindgraph/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

18 lines
360 B
Text

[
{ type: install
message: <<EOM
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.
EOM
}
]