Advertisement
Sergio_Istea

bind loggin

Apr 22nd, 2025 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. logging {
  2. channel consultas_dns {
  3. file "/var/log/named/named-debug.log";
  4. severity debug;
  5. print-time yes;
  6. };
  7.  
  8. category queries {
  9. consultas_dns;
  10. };
  11. };
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement