Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/bindgraph/pkg-message
16442 views
[
{ 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
}
]