]> granicus.if.org Git - pdns/commitdiff
Document bind-ignore-broken-records
authorPieter Lexis <pieter@plexis.eu>
Mon, 22 Dec 2014 07:35:35 +0000 (08:35 +0100)
committerPieter Lexis <pieter@plexis.eu>
Tue, 23 Dec 2014 21:58:07 +0000 (22:58 +0100)
pdns/docs/markdown/authoritative/backend-bind.md

index 9da338b399286c4008df972aecdcf9f06ade7d37..3c712ade894f3294f898d61abf72c33f9c88a932 100644 (file)
@@ -34,7 +34,12 @@ How often to check for zone changes. See 'Operation' section.
 Filename to store and access our DNSSEC metadatabase, empty for none.
 
 ### `bind-hybrid`
-Store DNSSEC keys and metadata storage in an other backend. See the [hybrid BIND-mode operation](dnssec.md#powerdnssec-hybrid-bind-mode-operation)
+Store DNSSEC keys and metadata storage in an other backend. See the
+[hybrid BIND-mode operation](dnssec.md#powerdnssec-hybrid-bind-mode-operation)
+
+### `bind-ignore-broken-records`
+Setting this option to `yes` makes PowerDNS ignore out of zone records when
+loading zone files.
 
 ## Operation
 On launch, the BindBackend first parses the `named.conf` to determine which zones need to be loaded. These will then be parsed and made available for serving, as they are parsed. So a `named.conf` with 100.000 zones may take 20 seconds to load, but after 10 seconds, 50.000 zones will already be available. While a domain is being loaded, it is not yet available, to prevent incomplete answers.