view scripts/dns_srv/template/etc/bind/named.conf.local @ 71:03c005ffeb03

add script to create release packages and put them on the FTP
author souliane <souliane@mailoo.org>
date Wed, 02 Dec 2015 14:41:08 +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";
};