Guest User

Untitled

a guest
Sep 19th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. zone "abc.com" IN {
  2. type master;
  3. file "/ephemeral/bind_confs/all.ca";
  4. notify yes;
  5. };
  6.  
  7. zone "abc.com" IN {
  8. type master;
  9. files "/ephemeral/bind_confs/one.ca",
  10. "/ephemeral/bind_confs/two.ca";
  11. notify yes;
  12. };
Add Comment
Please, Sign In to add comment