2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-23 02:28:55 +00:00

Move "DNSSEC" chapter before "Advanced" and "Security"

DNSSEC is mainstream nowadays, so let's give it more attention.
This commit is contained in:
Matthijs Mekking 2022-05-12 11:23:42 +02:00
parent 7824c5c967
commit 024c15f03b
3 changed files with 12 additions and 12 deletions

View File

@ -9,8 +9,6 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
.. include:: advanced.inc.rst .. include:: dnssec.inc.rst
.. include:: dlz.inc.rst .. include:: managed-keys.inc.rst
.. include:: dyndb.inc.rst .. include:: pkcs11.inc.rst
.. include:: catz.inc.rst
.. include:: rpz.inc.rst

View File

@ -9,7 +9,8 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
.. include:: security.inc.rst .. include:: advanced.inc.rst
.. include:: tsig.inc.rst .. include:: dlz.inc.rst
.. include:: tkey.inc.rst .. include:: dyndb.inc.rst
.. include:: sig0.inc.rst .. include:: catz.inc.rst
.. include:: rpz.inc.rst

View File

@ -9,6 +9,7 @@
.. See the COPYRIGHT file distributed with this work for additional .. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership. .. information regarding copyright ownership.
.. include:: dnssec.inc.rst .. include:: security.inc.rst
.. include:: managed-keys.inc.rst .. include:: tsig.inc.rst
.. include:: pkcs11.inc.rst .. include:: tkey.inc.rst
.. include:: sig0.inc.rst