diff options
author | 2019-11-05 11:18:02 +0000 | |
---|---|---|
committer | 2019-11-05 11:18:02 +0000 | |
commit | a214161bc3bdb7b3f805c11d6ffe1fe27c613b3e (patch) | |
tree | 8c52fb7ede3bc1ed7f2c5b50b15ee251ca1f93ca /man | |
parent | 86680793dc1f412bb51bf5b220508050ec2f1192 (diff) | |
download | coredns-a214161bc3bdb7b3f805c11d6ffe1fe27c613b3e.tar.gz coredns-a214161bc3bdb7b3f805c11d6ffe1fe27c613b3e.tar.zst coredns-a214161bc3bdb7b3f805c11d6ffe1fe27c613b3e.zip |
Update the notes for the 1.6.5 release. (#3424)
* Update the notes for the 1.6.5 release.
Signed-off-by: Miek Gieben <miek@miek.nl>
* manpages: regenerate
Signed-off-by: Miek Gieben <miek@miek.nl>
* Fix date
Signed-off-by: Miek Gieben <miek@miek.nl>
* Go gen/go build
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man')
-rw-r--r-- | man/coredns-autopath.7 | 4 | ||||
-rw-r--r-- | man/coredns-forward.7 | 2 | ||||
-rw-r--r-- | man/coredns-transfer.7 | 42 |
3 files changed, 45 insertions, 3 deletions
diff --git a/man/coredns-autopath.7 b/man/coredns-autopath.7 index ce5711bb8..e493dc451 100644 --- a/man/coredns-autopath.7 +++ b/man/coredns-autopath.7 @@ -1,5 +1,5 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-AUTOPATH" 7 "October 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-AUTOPATH" 7 "November 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP @@ -56,7 +56,7 @@ autopath my\-resolv.conf .RE .PP -Use \fB\fCmy-resolv.conf\fR as the file to get the search path from. This file only needs so have one line: +Use \fB\fCmy-resolv.conf\fR as the file to get the search path from. This file only needs to have one line: \fB\fCsearch domain1 domain2 ...\fR .PP diff --git a/man/coredns-forward.7 b/man/coredns-forward.7 index 3bb51dc4b..894fe7138 100644 --- a/man/coredns-forward.7 +++ b/man/coredns-forward.7 @@ -1,5 +1,5 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-FORWARD" 7 "October 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-FORWARD" 7 "November 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP diff --git a/man/coredns-transfer.7 b/man/coredns-transfer.7 new file mode 100644 index 000000000..fd9e0e7ef --- /dev/null +++ b/man/coredns-transfer.7 @@ -0,0 +1,42 @@ +.\" Generated by Mmark Markdown Processer - mmark.miek.nl +.TH "COREDNS-TRANSFER" 7 "November 2019" "CoreDNS" "CoreDNS Plugins" + +.SH "NAME" +.PP +\fItransfer\fP - answer zone transfers requests for compatible authoritative +plugins. + +.SH "DESCRIPTION" +.PP +This plugin answers zone transfers for authoritative plugins that implement +\fB\fCtransfer.Transferer\fR. + +.PP +Transfer answers AXFR requests and IXFR requests with AXFR fallback if the +zone has changed. + +.PP +Notifies are not currently supported. + +.SH "SYNTAX" +.PP +.RS + +.nf +transfer [ZONE...] { + to HOST... +} + +.fi +.RE + +.IP \(bu 4 +\fBZONES\fP The zones \fItransfer\fP will answer zone requests for. If left blank, +the zones are inherited from the enclosing server block. To answer zone +transfers for a given zone, there must be another plugin in the same server +block that serves the same zone, and implements \fB\fCtransfer.Transferer\fR. +.IP \(bu 4 +\fB\fCto\fR \fBHOST...\fP The hosts \fItransfer\fP will transfer to. Use \fB\fC*\fR to permit +transfers to all hosts. + + |