aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2020-09-30 11:57:18 -0400
committerGravatar GitHub <noreply@github.com> 2020-09-30 17:57:18 +0200
commit275a62c70a630f678a97f69abbc813fb90a1a310 (patch)
treec3522728d80d67d62e4381dbc5ec191b4dc85836 /README.md
parent5235b35e3f321fc1e273c39e19eae71bd0df7fcc (diff)
downloadcoredns-275a62c70a630f678a97f69abbc813fb90a1a310.tar.gz
coredns-275a62c70a630f678a97f69abbc813fb90a1a310.tar.zst
coredns-275a62c70a630f678a97f69abbc813fb90a1a310.zip
update README examples to use transfer plugins (#4163)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index efb5def84..b71ba7c55 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Currently CoreDNS is able to:
* Retrieve zone data from primaries, i.e., act as a secondary server (AXFR only) (*secondary*).
* Sign zone data on-the-fly (*dnssec*).
* Load balancing of responses (*loadbalance*).
-* Allow for zone transfers, i.e., act as a primary server (*file*).
+* Allow for zone transfers, i.e., act as a primary server (*file* + *transfer*).
* Automatically load zone files from disk (*auto*).
* Caching of DNS responses (*cache*).
* Use etcd as a backend (replacing [SkyDNS](https://github.com/skynetservices/skydns)) (*etcd*).
@@ -137,9 +137,9 @@ send notifies to it.
~~~ txt
example.org:1053 {
- file /var/lib/coredns/example.org.signed {
- transfer to *
- transfer to 2001:500:8f::53
+ file /var/lib/coredns/example.org.signed
+ transfer {
+ to * 2001:500:8f::53
}
errors
log
@@ -151,9 +151,9 @@ recursive nameserver *and* rewrite ANY queries to HINFO.
~~~ txt
example.org:1053 {
- file /var/lib/coredns/example.org.signed {
- transfer to *
- transfer to 2001:500:8f::53
+ file /var/lib/coredns/example.org.signed
+ transfer {
+ to * 2001:500:8f::53
}
errors
log