diff options
author | 2018-02-21 16:39:35 +0000 | |
---|---|---|
committer | 2018-02-21 16:39:35 +0000 | |
commit | 96aff9376a7f7aedb08b090c0e501d826bb4f109 (patch) | |
tree | c57e417c867b3b7eca6d30c3194ed3567ab860a0 /man/coredns-file.7 | |
parent | a9af519f83dbebac26cd33a32883474c189caae5 (diff) | |
download | coredns-96aff9376a7f7aedb08b090c0e501d826bb4f109.tar.gz coredns-96aff9376a7f7aedb08b090c0e501d826bb4f109.tar.zst coredns-96aff9376a7f7aedb08b090c0e501d826bb4f109.zip |
doc: prepare for 1.0.6 release (#1548)
make -f Makefile.doc
Diffstat (limited to 'man/coredns-file.7')
-rw-r--r-- | man/coredns-file.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/coredns-file.7 b/man/coredns-file.7 index 33e4d2f02..074411486 100644 --- a/man/coredns-file.7 +++ b/man/coredns-file.7 @@ -35,7 +35,7 @@ If you want to round robin A and AAAA responses look at the \fIloadbalance\fR pl file DBFILE [ZONES\.\.\. ] { transfer to ADDRESS\.\.\. no_reload - upstream ADDRESS\.\.\. + upstream [ADDRESS\.\.\.] } . .fi @@ -49,7 +49,7 @@ file DBFILE [ZONES\.\.\. ] { \fBno_reload\fR by default CoreDNS will try to reload a zone every minute and reloads if the SOA\'s serial has changed\. This option disables that behavior\. . .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\. +\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\. . .IP "" 0 . |