From b8ec64ab306fe917d3728fcd61b95a6be3ed38dc Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 22 Dec 2014 08:35:35 +0100 Subject: [PATCH] Document bind-ignore-broken-records --- pdns/docs/markdown/authoritative/backend-bind.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pdns/docs/markdown/authoritative/backend-bind.md b/pdns/docs/markdown/authoritative/backend-bind.md index 9da338b39..3c712ade8 100644 --- a/pdns/docs/markdown/authoritative/backend-bind.md +++ b/pdns/docs/markdown/authoritative/backend-bind.md @@ -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. -- 2.49.0