named.conf.local 296 B

123456789101112131415161718
  1. //
  2. // Do any local configuration here
  3. //
  4. zone "." {
  5. type master;
  6. file "/etc/bind/db.root.signed";
  7. };
  8. zone "org" {
  9. type master;
  10. file "/etc/bind/db.org.signed";
  11. };
  12. zone "strongswan.org" {
  13. type master;
  14. file "/etc/bind/db.strongswan.org.signed";
  15. };