From: GaveUp Date: Tue, 22 Mar 2016 02:07:52 +0000 (-0500) Subject: Update domainmetadata.md X-Git-Tag: dnsdist-1.0.0-beta1~32^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d87573bec8eb92e3374e29613b7ea8c7951e76;p=pdns Update domainmetadata.md --- diff --git a/docs/markdown/authoritative/domainmetadata.md b/docs/markdown/authoritative/domainmetadata.md index 694e7e6ae..45a4b2801 100644 --- a/docs/markdown/authoritative/domainmetadata.md +++ b/docs/markdown/authoritative/domainmetadata.md @@ -22,11 +22,7 @@ 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= -``` +To dissallow all IP's, except those explicitly allowed by domainmetadata records, add `allow-axfr-ips=` to `pdns.conf`. ## AXFR-SOURCE The IP address to use as a source address for sending AXFR requests.