]> granicus.if.org Git - pdns/commitdiff
Update domainmetadata.md
authorGaveUp <gaveup@gmx.net>
Tue, 22 Mar 2016 02:07:52 +0000 (21:07 -0500)
committerGaveUp <gaveup@gmx.net>
Tue, 22 Mar 2016 02:07:52 +0000 (21:07 -0500)
docs/markdown/authoritative/domainmetadata.md

index 694e7e6aec26cc5137da4dc9d970de04d95c8329..45a4b2801830c7727153bc7b6cb4160ec0b0fb0d 100644 (file)
@@ -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.