aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-file.7
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-12-11 20:46:02 +0000
committerGravatar GitHub <noreply@github.com> 2018-12-11 20:46:02 +0000
commitd9880681c3b28f8506e2a5b15bbc404b2a155b00 (patch)
tree564bc88e6bbd167ed51d3f486b340fc508c47698 /man/coredns-file.7
parentd0adf6f3a6751210f894d3feb2094c28bf077382 (diff)
downloadcoredns-d9880681c3b28f8506e2a5b15bbc404b2a155b00.tar.gz
coredns-d9880681c3b28f8506e2a5b15bbc404b2a155b00.tar.zst
coredns-d9880681c3b28f8506e2a5b15bbc404b2a155b00.zip
mechanical: make -f Makefile.doc (#2390)
update the manpages by running make -f Makefile.doc No other changes. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-file.7')
-rw-r--r--man/coredns-file.714
1 files changed, 7 insertions, 7 deletions
diff --git a/man/coredns-file.7 b/man/coredns-file.7
index 4db348696..dc775b449 100644
--- a/man/coredns-file.7
+++ b/man/coredns-file.7
@@ -1,13 +1,13 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "COREDNS\-FILE" "7" "October 2018" "CoreDNS" "CoreDNS plugins"
+.TH "COREDNS\-FILE" "7" "December 2018" "CoreDNS" "CoreDNS plugins"
.
.SH "NAME"
\fIfile\fR \- enables serving zone data from an RFC 1035\-style master file\.
.
.SH "DESCRIPTION"
-The file 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, i\.e\. DNSSEC) correct DNSSEC answers are returned\. Only NSEC is supported! If you use this setup \fIyou\fR are responsible for resigning the zonefile\.
+The file 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\fR are responsible for re\-signing the zonefile\.
.
.SH "SYNTAX"
.
@@ -18,7 +18,7 @@ file DBFILE [ZONES\.\.\.]
.fi
.
.IP "\(bu" 4
-\fBDBFILE\fR the database file to read and parse\. If the path is relative the path from the \fIroot\fR directive will be prepended to it\.
+\fBDBFILE\fR the database file to read and parse\. If the path is relative, the path from the \fIroot\fR directive will be prepended to it\.
.
.IP "\(bu" 4
\fBZONES\fR zones it should be authoritative for\. If empty, the zones from the configuration block are used\.
@@ -26,7 +26,7 @@ file DBFILE [ZONES\.\.\.]
.IP "" 0
.
.P
-If you want to round robin A and AAAA responses look at the \fIloadbalance\fR plugin\.
+If you want to round\-robin A and AAAA responses look at the \fIloadbalance\fR plugin\.
.
.IP "" 4
.
@@ -44,16 +44,16 @@ file DBFILE [ZONES\.\.\. ] {
.IP "" 0
.
.IP "\(bu" 4
-\fBtransfer\fR enables zone transfers\. It may be specified multiples times\. \fBTo\fR or \fBfrom\fR signals the direction\. \fBADDRESS\fR must be denoted in CIDR notation (127\.0\.0\.1/32 etc\.) or just as plain addresses\. The special wildcard \fB*\fR means: the entire internet (only valid for \'transfer to\')\. When an address is specified a notify message will be send whenever the zone is reloaded\.
+\fBtransfer\fR enables zone transfers\. It may be specified multiples times\. \fBTo\fR or \fBfrom\fR signals the direction\. \fBADDRESS\fR must be denoted in CIDR notation (e\.g\., 127\.0\.0\.1/32) or just as plain addresses\. The special wildcard \fB*\fR means: the entire internet (only valid for \'transfer to\')\. When an address is specified a notify message will be send whenever the zone is reloaded\.
.
.IP "\(bu" 4
-\fBreload\fR interval to perform reload of zone if SOA version changes\. Default is one minute\. Value of \fB0\fR means to not scan for changes and reload\. eg\. \fB30s\fR checks zonefile every 30 seconds and reloads zone when serial changes\.
+\fBreload\fR interval to perform a reload of the zone if the SOA version changes\. Default is one minute\. Value of \fB0\fR means to not scan for changes and reload\. For example, \fB30s\fR checks the zonefile every 30 seconds and reloads the zone when serial changes\.
.
.IP "\(bu" 4
\fBno_reload\fR deprecated\. Sets reload to 0\.
.
.IP "\(bu" 4
-\fBupstream\fR defines upstream resolvers to be used resolve external names found (think CNAMEs) pointing to external names\. This is only really useful when CoreDNS is configured as a proxy, for normal authoritative serving you don\'t need \fIor\fR want to use this\. \fBADDRESS\fR can be an IP address, and IP:port or a string pointing to a file that is structured as /etc/resolv\.conf\. If no \fBADDRESS\fR is given, CoreDNS will resolve CNAMEs against itself\.
+\fBupstream\fR defines upstream resolvers to be used resolve external names found (think CNAMEs) pointing to external names\. This is only really useful when CoreDNS is configured as a proxy; for normal authoritative serving you don\'t need \fIor\fR want to use this\. \fBADDRESS\fR can be an IP address, an IP:port or a string pointing to a file that is structured as /etc/resolv\.conf\. If no \fBADDRESS\fR is given, CoreDNS will resolve CNAMEs against itself\.
.
.IP "" 0
.