diff options
author | 2019-11-05 15:57:22 +0000 | |
---|---|---|
committer | 2019-11-05 10:57:22 -0500 | |
commit | 5ecd4ec57a70cbf989dd39435d84afc3cfefbacc (patch) | |
tree | fb76a6428f9f15b959a89d14a26c61b536368337 | |
parent | c2fd1b2467249d8b1bb6bbee72ad83b63dd9087f (diff) | |
download | coredns-5ecd4ec57a70cbf989dd39435d84afc3cfefbacc.tar.gz coredns-5ecd4ec57a70cbf989dd39435d84afc3cfefbacc.tar.zst coredns-5ecd4ec57a70cbf989dd39435d84afc3cfefbacc.zip |
transfer: small doc update (#3426)
Tweak the README a little. Name and spell out axfr/ixfr.
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | plugin/transfer/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugin/transfer/README.md b/plugin/transfer/README.md index df3ab3eb4..45ec60c99 100644 --- a/plugin/transfer/README.md +++ b/plugin/transfer/README.md @@ -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. |