view scripts/dns_srv/template/etc/bind/named.conf.local @ 91:30f3f83d6959

docker (prosody, libervia_cont): expose HTTP upload ports in Prosody image
author Goffi <goffi@goffi.org>
date Fri, 19 Feb 2016 14:27:11 +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";
};