auto make -f Makefile.doc

This commit is contained in:
coredns-auto-go-mod-tidy[bot]
2021-01-10 10:06:46 +00:00
parent 02a205ae91
commit 79cd81473b
48 changed files with 56 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
.TH "COREDNS-SECONDARY" 7 "December 2020" "CoreDNS" "CoreDNS Plugins"
.TH "COREDNS-SECONDARY" 7 "January 2021" "CoreDNS" "CoreDNS Plugins"
.SH "NAME"
.PP
@@ -34,22 +34,22 @@ A working syntax would be:
.nf
secondary [zones...] {
transfer from ADDRESS
transfer from ADDRESS [ADDRESS...]
}
.fi
.RE
.IP \(bu 4
\fB\fCtransfer from\fR specifies from which address to fetch the zone. It can be specified multiple times;
if one does not work, another will be tried. Transfering this zone outwards again can be done by
enableing the \fItransfer\fP plugin.
\fB\fCtransfer from\fR specifies from which \fBADDRESS\fP to fetch the zone. It can be specified multiple
times; if one does not work, another will be tried. Transfering this zone outwards again can be
done by enabling the \fItransfer\fP plugin.
.PP
When a zone is due to be refreshed (Refresh timer fires) a random jitter of 5 seconds is
applied, before fetching. In the case of retry this will be 2 seconds. If there are any errors
during the transfer in, the transfer fails; this will be logged.
When a zone is due to be refreshed (refresh timer fires) a random jitter of 5 seconds is applied,
before fetching. In the case of retry this will be 2 seconds. If there are any errors during the
transfer in, the transfer fails; this will be logged.
.SH "EXAMPLES"
.PP