release: coredns 1.6.0 release (#3058)

* fix the notes and set release date to today
* run a 'make -f Makefile.doc' to generate the manal pages.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-07-28 10:02:52 +00:00
committed by GitHub
parent b209cb162c
commit 4ecc9c4c43
20 changed files with 59 additions and 39 deletions

View File

@@ -7,7 +7,7 @@
.SH "DESCRIPTION"
.PP
The file plugin is used for an "old-style" DNS server. It serves from a preloaded file that exists
The \fIfile\fP plugin is used for an "old-style" DNS server. It serves from a preloaded file that exists
on disk. If the zone file contains signatures (i.e., is signed using DNSSEC), correct DNSSEC answers
are returned. Only NSEC is supported! If you use this setup \fIyou\fP are responsible for re-signing the
zonefile.
@@ -138,3 +138,7 @@ example.org {
.fi
.RE
.SH "ALSO SEE"
.PP
See the \fIloadbalance\fP plugin if you need simple record shuffling.