Advertisement
Sergio_Istea

named.conf.local

Apr 20th, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //
  2. // Do any local configuration here
  3. //
  4.  
  5. // Consider adding the 1918 zones here, if they are not used in your
  6. // organization
  7. //include "/etc/bind/zones.rfc1918";
  8. zone "ejemplo.network"{
  9. type master;
  10. file "/etc/bind/db.ejemplo.network";
  11. };
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement