transfer: small doc update (#3426)

Tweak the README a little. Name and spell out axfr/ixfr.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-11-05 15:57:22 +00:00
committed by Chris O'Haver
parent c2fd1b2467
commit 5ecd4ec57a

View File

@@ -2,16 +2,15 @@
## Name ## Name
*transfer* - answer zone transfers requests for compatible authoritative *transfer* - perform zone transfers for other plugins.
plugins.
## Description ## Description
This plugin answers zone transfers for authoritative plugins that implement This plugin answers zone transfers for authoritative plugins that implement
`transfer.Transferer`. `transfer.Transferer`.
Transfer answers AXFR requests and IXFR requests with AXFR fallback if the Transfer answers full zone transfer (AXFR) requests and incremental zone transfer (IXFR) requests
zone has changed. with AXFR fallback if the zone has changed.
Notifies are not currently supported. Notifies are not currently supported.