mirror of
https://github.com/coredns/coredns.git
synced 2025-11-24 20:54:02 -05:00
doc: run make -f Makefile.doc (#3314)
add the acl manual page; mechanical change otherwise. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-RELOAD" 7 "August 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-RELOAD" 7 "September 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -48,17 +48,15 @@ reload [INTERVAL] [JITTER]
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.IP \(bu 4
|
||||
The plugin will check for changes every \fBINTERVAL\fP, subject to +/- the \fBJITTER\fP duration
|
||||
.PP
|
||||
The plugin will check for changes every \fBINTERVAL\fP, subject to +/- the \fBJITTER\fP duration.
|
||||
|
||||
.IP \(bu 4
|
||||
\fBINTERVAL\fP and \fBJITTER\fP are Golang (durations)[https://golang.org/pkg/time/#ParseDuration
|
||||
\[la]https://golang.org/pkg/time/#ParseDuration\[ra]]
|
||||
.IP \(bu 4
|
||||
Default \fBINTERVAL\fP is 30s, default \fBJITTER\fP is 15s
|
||||
.IP \(bu 4
|
||||
Minimal value for \fBINTERVAL\fP is 2s, and for \fBJITTER\fP is 1s
|
||||
.IP \(bu 4
|
||||
If \fBJITTER\fP is more than half of \fBINTERVAL\fP, it will be set to half of \fBINTERVAL\fP
|
||||
\[la]https://golang.org/pkg/time/#ParseDuration\[ra]].
|
||||
The default \fBINTERVAL\fP is 30s, default \fBJITTER\fP is 15s, the minimal value for \fBINTERVAL\fP
|
||||
is 2s, and for \fBJITTER\fP it is 1s. If \fBJITTER\fP is more than half of \fBINTERVAL\fP, it will be
|
||||
set to half of \fBINTERVAL\fP
|
||||
|
||||
|
||||
.SH "EXAMPLES"
|
||||
@@ -102,8 +100,8 @@ where the reload fails, and you loose functionality. Consider the following Core
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
health :8080
|
||||
whoami
|
||||
health :8080
|
||||
whoami
|
||||
}
|
||||
|
||||
.fi
|
||||
|
||||
Reference in New Issue
Block a user