From 02d87573bec8eb92e3374e29613b7ea8c7951e76 Mon Sep 17 00:00:00 2001 From: GaveUp Date: Mon, 21 Mar 2016 21:07:52 -0500 Subject: [PATCH] Update domainmetadata.md --- docs/markdown/authoritative/domainmetadata.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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. -- 2.47.2