Skip to content

Commit

Permalink
Fix indent, highlight unbound.conf option.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBand committed Mar 6, 2020
1 parent 1e9d0a5 commit 5def74e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/topics/privacy/aggressive-nsec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ omitted to keep the text compact:

.. code-block:: text
zebra.example.net. 2710 IN RRSIG NSEC 8 2 10200 20180226143900 20180129143900 42393 example.net. [..]
zebra.example.net. 2710 IN RRSIG NSEC 8 2 10200 20180226143900 20180129143900 42393 example.net. [..]
This RRSIG record has a label count of two, while the number of labels in the
owner name (excluding the root label) is three. Using that information a
Expand Down Expand Up @@ -124,12 +124,13 @@ lookup for the TLSA record we could have used that already obtained NSEC record
to generate a DNSSEC secure answer, without the need to send another query to
the authoritative name server.

The feature to use already cached NSEC records to generate responses can be
enabled in Unbound using the *aggressive-nsec* option in unbound.conf:
.. Important:: To use previously cached NSEC records to generate responses in
Unbound, use the *aggressive-nsec* option in unbound.conf:

.. code-block:: text
.. code-block:: text
aggressive-nsec: yes
aggressive-nsec: yes
Generating NXDOMAIN Answers
---------------------------
Expand Down

0 comments on commit 5def74e

Please sign in to comment.