diff options
author | 2020-04-24 01:50:29 -0400 | |
---|---|---|
committer | 2020-04-24 05:50:29 +0000 | |
commit | 74eabe90e03b3c83edeb242ff9491b44a7e82cfc (patch) | |
tree | 8ac2ed476723f3d3586fb08bc615f16b6553c532 | |
parent | 180a6709a804bf5b128d8ab2b8312338fd6f6c1d (diff) | |
download | coredns-74eabe90e03b3c83edeb242ff9491b44a7e82cfc.tar.gz coredns-74eabe90e03b3c83edeb242ff9491b44a7e82cfc.tar.zst coredns-74eabe90e03b3c83edeb242ff9491b44a7e82cfc.zip |
not implemented yet (#3851)
Automatically submitted.
-rw-r--r-- | plugin/transfer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/transfer/README.md b/plugin/transfer/README.md index fdd4467d2..30f797e5b 100644 --- a/plugin/transfer/README.md +++ b/plugin/transfer/README.md @@ -7,7 +7,7 @@ ## Description This plugin answers zone transfers for authoritative plugins that implement -`transfer.Transferer`. +`transfer.Transferer`. Currently, no internal plugins implement this interface. Transfer answers full zone transfer (AXFR) requests and incremental zone transfer (IXFR) requests with AXFR fallback if the zone has changed. |