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
*transfer* - answer zone transfers requests for compatible authoritative
plugins.
*transfer* - perform zone transfers for other plugins.
## Description
This plugin answers zone transfers for authoritative plugins that implement
`transfer.Transferer`.
Transfer answers AXFR requests and IXFR requests with AXFR fallback if the
zone has changed.
Transfer answers full zone transfer (AXFR) requests and incremental zone transfer (IXFR) requests
with AXFR fallback if the zone has changed.
Notifies are not currently supported.