Skip to content

Commit

Permalink
no implementations yet
Browse files Browse the repository at this point in the history
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
  • Loading branch information
chrisohaver committed Sep 6, 2019
1 parent 1e9d15d commit e03849c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions plugin/transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ plugins.
This plugin answers zone transfers for authoritative plugins that implement
`transfer.Transferer`.

*transfer* currently supports the following plugins
* kubernetes
* k8s_external
*transfer* is not currently implemented by any plugins.

## Syntax

Expand All @@ -32,14 +30,14 @@ transfer [ZONE...] {

# Examples

Answer zone transfers for `cluster.local` using the *kubernetes* plugin.
Answer zone transfers for `my.zone.org.` using the theoretical plugin *myplugin*.

~~~
. {
transfer cluster.local {
my.zone.org {
transfer {
to *
}
kubernetes cluster.local in-addr.arpa ip6.arpa
myplugin
}
~~~
Expand Down

0 comments on commit e03849c

Please sign in to comment.