Advertisement
chatchai_j

named.conf.options

May 27th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. logging {
  2. channel query_logging {
  3. file "/var/log/named/query.log";
  4. print-time yes;
  5. };
  6. category lame-servers { null; };
  7. category queries { query_logging; };
  8.  
  9. channel xfer_logging {
  10. file "/var/log/named/xfer.log";
  11. print-time yes;
  12. };
  13. category "xfer-in" { xfer_logging; };
  14. category "xfer-out" { xfer_logging; };
  15.  
  16. category dnssec { security_log; };
  17. category update { security_log; };
  18. category security { security_log; };
  19.  
  20. channel security_log {
  21. file "/var/log/named/dns-security.log" versions 10 size 20m;
  22. print-time yes;
  23. print-category yes;
  24. print-severity yes;
  25. severity info;
  26. };
  27. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement