aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-03-07 13:52:32 +0000
committerGravatar GitHub <noreply@github.com> 2018-03-07 13:52:32 +0000
commit0353abd3f81e9d409de61853e8594972dbe05e99 (patch)
tree79ebca90731f4224d6accc423c4bef34e54d7828
parent44e9d734f60c0d10dc8798bd2dc5172794da355e (diff)
downloadcoredns-0353abd3f81e9d409de61853e8594972dbe05e99.tar.gz
coredns-0353abd3f81e9d409de61853e8594972dbe05e99.tar.zst
coredns-0353abd3f81e9d409de61853e8594972dbe05e99.zip
plugin/erratic: linkify RFC references (#1593)
Also add Also See Section.
-rw-r--r--plugin/erratic/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugin/erratic/README.md b/plugin/erratic/README.md
index 045224dc5..ab58b161b 100644
--- a/plugin/erratic/README.md
+++ b/plugin/erratic/README.md
@@ -8,8 +8,9 @@
*erratic* returns a static response to all queries, but the responses can be delayed, dropped or truncated.
The *erratic* plugin will respond to every A or AAAA query. For any other type it will return
-a SERVFAIL response. The reply for A will return 192.0.2.53 (see RFC 5737), for AAAA it returns
-2001:DB8::53 (see RFC 3849).
+a SERVFAIL response. The reply for A will return 192.0.2.53 (see [RFC
+5737](https://tools.ietf.org/html/rfc5737),
+for AAAA it returns 2001:DB8::53 (see [RFC 3849](https://tools.ietf.org/html/rfc3849)).
*erratic* can also be used in conjunction with the *autopath* plugin. This is mostly to aid in
testing.
@@ -82,3 +83,8 @@ Drop every second query.
}
}
~~~
+
+## Also See
+
+[RFC 3849](https://tools.ietf.org/html/rfc3849) and
+[RFC 5737](https://tools.ietf.org/html/rfc5737).