Advertisement
Sergio_Istea

dnsserver

Nov 18th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. zone "dnsserver" {
  2.  
  3. type master;
  4.  
  5. # Fichero con registros y configuraciones de la zona (SOA)
  6. file "/etc/bind/local-zones/dnsserver.db";
  7.  
  8. allow-update {
  9. none;
  10. };
  11.  
  12. };
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement