mirror of
https://github.com/coredns/coredns.git
synced 2025-12-16 07:15:15 -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-ERRATIC" 7 "August 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-ERRATIC" 7 "September 2019" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -55,7 +55,7 @@ This plugin reports readiness to the ready plugin.
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
erratic {
|
||||
drop 3
|
||||
}
|
||||
@@ -71,7 +71,7 @@ Or even shorter if the defaults suits you. Note this only drops queries, it does
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
erratic
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ Delay 1 in 3 queries for 50ms
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
erratic {
|
||||
delay 3 50ms
|
||||
}
|
||||
@@ -101,7 +101,7 @@ Delay 1 in 3 and truncate 1 in 5.
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
erratic {
|
||||
delay 3 5ms
|
||||
truncate 5
|
||||
@@ -118,7 +118,7 @@ Drop every second query.
|
||||
.RS
|
||||
|
||||
.nf
|
||||
\&. {
|
||||
example.org {
|
||||
erratic {
|
||||
drop 2
|
||||
truncate 2
|
||||
@@ -131,7 +131,6 @@ Drop every second query.
|
||||
.SH "ALSO SEE"
|
||||
.PP
|
||||
RFC 3849
|
||||
\[la]https://tools.ietf.org/html/rfc3849\[ra] and
|
||||
RFC 5737
|
||||
\[la]https://tools.ietf.org/html/rfc3849\[ra] and RFC 5737
|
||||
\[la]https://tools.ietf.org/html/rfc5737\[ra].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user