2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

better links

Tony Finch
2022-03-29 17:18:33 +01:00
parent 0ebff6444a
commit 324e233388
2 changed files with 7 additions and 6 deletions

@@ -35,7 +35,7 @@ because it is simpler than BIND, and it already has a choice between a
red-black tree and a radix tree, so adding a qp-trie was not too hard.
[qp-trie]: https://dotat.at/prog/qp
[my fork of NSD]: QPtrie-in-NSD.md
[my fork of NSD]: QPtrie-in-NSD
I am writing these notes as myself because they are primarily a
learning exercise for myself, though I hope they might also be useful

@@ -1,5 +1,6 @@
* [DNSSEC Key and Signing Policy](https://gitlab.isc.org/isc-projects/bind9/-/wikis/DNSSEC-Key-and-Signing-Policy-(KASP))
* [DOH and DoT Design](/isc-projects/bind9/-/wikis/DoH/DOH-and-DoT-Design) 
* [PKCS#11 How-To](https://gitlab.isc.org/isc-projects/bind9/-/wikis/BIND-9-PKCS11)
* [Serving stale data](/isc-projects/bind9/-/wikis/Serving-stale-data) 
* [Statistics Requirements](/isc-projects/bind9/-/wikis/Statistics-Requirements)
* [Data structure survey](Data-structure-survey)
* [DNSSEC Key and Signing Policy](DNSSEC-Key-and-Signing-Policy-(KASP))
* [DOH and DoT Design](DoH/DOH-and-DoT-Design)
* [PKCS#11 How-To](BIND-9-PKCS11)
* [Serving stale data](Serving-stale-data)
* [Statistics Requirements](Statistics-Requirements)