mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
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:
committed by
Chris O'Haver
parent
c2fd1b2467
commit
5ecd4ec57a
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user