]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- PR #16: XoT support, AXFR over TLS
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 1 May 2019 14:41:09 +0000 (16:41 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 1 May 2019 14:41:09 +0000 (16:41 +0200)
Turn it on with master: <ip>#<authname> in unbound.conf.  This uses TLS to
download the AXFR (or IXFR).

doc/Changelog

index e85b4c1d2a65f7636268f3f3226b9d18355dd096..eb8031aa16d36a4107695bff9748114bbbd6de09 100644 (file)
@@ -1,6 +1,9 @@
 1 May 2019: Wouter
        - Update makedist for git.
        - Nicer travis output for clang analysis.
+       - PR #16: XoT support, AXFR over TLS, turn it on with
+         master: <ip>#<authname> in unbound.conf.  This uses TLS to
+         download the AXFR (or IXFR).
 
 25 April 2019: Wouter
        - Fix wrong query name in local zone redirect answers with a CNAME,