From: GaveUp Date: Sun, 13 Mar 2016 21:50:15 +0000 (-0500) Subject: Clarify ALLOW-AXFR-FROM. X-Git-Tag: dnsdist-1.0.0-beta1~32^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b090faa27c7c4f67f1fb1169e372014fde1456;p=thirdparty%2Fpdns.git Clarify ALLOW-AXFR-FROM. --- diff --git a/docs/markdown/authoritative/domainmetadata.md b/docs/markdown/authoritative/domainmetadata.md index 0252c92248..694e7e6aec 100644 --- a/docs/markdown/authoritative/domainmetadata.md +++ b/docs/markdown/authoritative/domainmetadata.md @@ -22,6 +22,12 @@ insert into domainmetadata (domain_id, kind, content) values (7,'ALLOW-AXFR-FROM insert into domainmetadata (domain_id, kind, content) values (7,'ALLOW-AXFR-FROM','2001:db8::/48'); ``` +To dissallow all IP's, except those explicitly allowed by domainmetadata records, add + +``` +allow-axfr-ips= +``` + ## AXFR-SOURCE The IP address to use as a source address for sending AXFR requests.