view scripts/dns_srv/template/etc/bind/named.conf.local @ 24:f0a59c8f3490

docker: added docker presence check + if image are not present locally on run, download them without catching the output (so we can se the progress)
author Goffi <goffi@goffi.org>
date Mon, 20 Oct 2014 13:12:31 +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";
};