view scripts/dns_srv/template/var/cache/bind/revp.127.0.0 @ 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

$ORIGIN 0.0.127.in-addr.arpa.
$TTL 1D
@     IN SOA  <hostname>.<domain>. <hostname>.<domain>. (
              <date>     ; serial
              28800      ; refresh (8 hours)
              14400      ; retry (4 hours)
              2419200    ; expire (4 weeks)
              86400      ; minimum (1 day)
              )

              NS      <hostname>.<domain>.
1             PTR     <hostname>.<domain>.