1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

updater: add zone_transfer_server updater

This commit is contained in:
cn
2020-07-18 14:49:23 +02:00
parent 8976ff5bbe
commit 3a9c2d65fb
5 changed files with 226 additions and 4 deletions

View File

@ -5,6 +5,7 @@
IMPROVEMENTS:
- Allow enabling debug logging
- Add updater that uses [DNS zone transfers via AXFR (RFC5936)](https://tools.ietf.org/html/rfc5936) to allow any secondary nameserver(s) to fetch the zone contents after (optionally) receiving a [DNS NOTIFY (RFC1996)](https://tools.ietf.org/html/rfc1996) request
## 2.2.0 (March 6, 2020)