view scripts/dns_srv/template/etc/bind/named.conf.local @ 119:5d2eb2f61dc8

docker (base): Twisted and Wokkel are now installed with pip instead of apt, as Jessie version is too old for SàT
author Goffi <goffi@goffi.org>
date Tue, 08 Mar 2016 18:36:14 +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";
};