aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-erratic.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/coredns-erratic.7')
-rw-r--r--man/coredns-erratic.715
1 files changed, 7 insertions, 8 deletions
diff --git a/man/coredns-erratic.7 b/man/coredns-erratic.7
index 782a976fa..61688ef9d 100644
--- a/man/coredns-erratic.7
+++ b/man/coredns-erratic.7
@@ -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].