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

xep: namespace delegation first draft: this xep provides a way for XMPP server to delegate treatments for a namespace to an other entity
author Goffi <goffi@goffi.org>
date Thu, 13 Nov 2014 14:10:15 +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";
};