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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3563%2Fhead;p=thirdparty%2Fpdns.git Update domainmetadata.md --- diff --git a/docs/markdown/authoritative/domainmetadata.md b/docs/markdown/authoritative/domainmetadata.md index 694e7e6aec..45a4b28018 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.