diff options
author | 2019-07-28 10:02:52 +0000 | |
---|---|---|
committer | 2019-07-28 10:02:52 +0000 | |
commit | 4ecc9c4c430bfe607c6f6198f5df69b3babbbd17 (patch) | |
tree | c62d5caf847d364dffd0bf098bf4b74840799790 /man/coredns-file.7 | |
parent | b209cb162c547ca7520a0dbe82b12c34673de2e2 (diff) | |
download | coredns-4ecc9c4c430bfe607c6f6198f5df69b3babbbd17.tar.gz coredns-4ecc9c4c430bfe607c6f6198f5df69b3babbbd17.tar.zst coredns-4ecc9c4c430bfe607c6f6198f5df69b3babbbd17.zip |
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>
Diffstat (limited to 'man/coredns-file.7')
-rw-r--r-- | man/coredns-file.7 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/coredns-file.7 b/man/coredns-file.7 index 8c39d79c0..5cc685b10 100644 --- a/man/coredns-file.7 +++ b/man/coredns-file.7 @@ -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. + |