view scripts/dns_srv/template/etc/bind/named.conf.local @ 128:dff445dfa339

screenshots: added a couple of screenshots/animations for 0.7.0a1 release
author Goffi <goffi@goffi.org>
date Thu, 05 Jul 2018 13:58:01 +0200
parents 73d3b94b7364
children
line wrap: on
line source

zone "<domain>" IN {
  type master;
  file "zone.<domain>";
};

zone "0.0.127.in-addr.arpa" {
  type master;
  file "revp.127.0.0";
};