mirror of
https://github.com/coredns/coredns.git
synced 2025-11-28 14:44:12 -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,9 +1,9 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-CANCEL" 7 "August 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-CANCEL" 7 "September 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
\fIcancel\fP - a plugin that cancels a request's context after 5001 milliseconds.
|
||||
\fIcancel\fP - cancels a request's context after 5001 milliseconds.
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
@@ -11,7 +11,7 @@ The \fIcancel\fP plugin creates a canceling context for each request. It adds a
|
||||
triggered after 5001 milliseconds.
|
||||
|
||||
.PP
|
||||
The 5001 number is chosen because the default timeout for DNS clients is 5 seconds, after that they
|
||||
The 5001 number was chosen because the default timeout for DNS clients is 5 seconds, after that they
|
||||
give up.
|
||||
|
||||
.PP
|
||||
@@ -37,7 +37,7 @@ cancel [TIMEOUT]
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
cancel
|
||||
whoami
|
||||
}
|
||||
@@ -52,7 +52,7 @@ Or with a custom timeout:
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
cancel 1s
|
||||
whoami
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user