view scripts/dns_srv/template/etc/bind/named.conf.local @ 77:7b848d093c3a

misc: added test sample for dotclear wiki syntax
author Goffi <goffi@goffi.org>
date Sun, 17 Jan 2016 14:52:17 +0100
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";
};