Guest User

Untitled

a guest
Jun 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. options {
  2. directory "/var/cache/bind";
  3. query-source address * port 53;
  4. auth-nxdomain no; # conform to RFC1035
  5. #allow-transfer { key dns.non.; 58.6.115.45; };
  6. #allow-notify { key dns.non.; };
  7. allow-query { any; };
  8. recursion no;
  9. version "Get lost";
  10. statistics-file "/var/log/named-stats";
  11. dnssec-enable yes;
  12.  
  13. };
  14. logging {
  15. channel "misc" {
  16. file "/var/log/named.log" versions 2 size 25M;
  17. severity info; print-severity no;
  18. print-category yes; print-time yes;
  19. };
  20. channel "querylog" {
  21. file "/var/log/named-query.log" versions 2 size 25M;
  22. severity info; print-severity no;
  23. print-category no; print-time yes;
  24. };
  25. category "queries" { "querylog"; };
  26. category default { "misc"; };
  27. };
Add Comment
Please, Sign In to add comment