From: Pieter Lexis Date: Mon, 13 Jun 2016 16:24:19 +0000 (+0200) Subject: More words on Domain Metadata X-Git-Tag: auth-4.0.0-rc1~45^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae07ee082164c00a6739a93f9606a7b48ce733c0;p=thirdparty%2Fpdns.git More words on Domain Metadata Closes #2057 --- diff --git a/docs/markdown/authoritative/domainmetadata.md b/docs/markdown/authoritative/domainmetadata.md index 84e97d29b7..70cc38e78c 100644 --- a/docs/markdown/authoritative/domainmetadata.md +++ b/docs/markdown/authoritative/domainmetadata.md @@ -38,6 +38,12 @@ See the documentation on [Dynamic DNS update](dnsupdate.md) ## ALSO-NOTIFY When notifying this domain, also notify this nameserver (can occur multiple times). +The nameserver may have contain an optional port number. e.g.: + +``` +insert into domainmetadata (domain_id, kind, content) values (7,'ALSO-NOTIFY','192.0.2.1:5300'); +insert into domainmetadata (domain_id, kind, content) values (7,'ALLOW-AXFR-FROM','2001:db8:53::1'); +``` ## AXFR-MASTER-TSIG Use this named TSIG key to retrieve this zone from its master, see @@ -74,6 +80,9 @@ records in the zone. However, if you import a presigned zone using `zone2sql` or PowerDNS will not be able to correctly serve the zone if the imported data is bogus or incomplete. Also see `set-presigned` in [`pdnsutil`](dnssec.md#pdnsutil). +If a zone is presigned, the content of the metadata must be "1" (without the +quotes). Any other value will not signal prisignedness. + ## PUBLISH-CDNSKEY, PUBLISH-CDS Whether to publish CDNSKEY and/or CDS recording defined in [RFC 7344](https://tools.ietf.org/html/rfc7344).