From: Josh Soref Date: Thu, 2 Feb 2017 09:45:17 +0000 (+0000) Subject: spelling: disallow X-Git-Tag: rec-4.1.0-alpha1~291^2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8aaea3b7e39da8ad2ae2c7c4ac39407c4fb27d;p=thirdparty%2Fpdns.git spelling: disallow --- diff --git a/docs/markdown/authoritative/domainmetadata.md b/docs/markdown/authoritative/domainmetadata.md index 70cc38e78c..a765f991e2 100644 --- a/docs/markdown/authoritative/domainmetadata.md +++ b/docs/markdown/authoritative/domainmetadata.md @@ -28,7 +28,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 `pdns.conf`. +To disallow 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 and IXFR requests.