diff options
author | 2018-05-25 11:43:54 +0100 | |
---|---|---|
committer | 2018-05-25 11:43:54 +0100 | |
commit | 94ced8255b42c90b934f0aa106ea813dcdeaae52 (patch) | |
tree | 63f1687a95466da3fd4ba5b586d70801b0ae5132 /plugin/template | |
parent | 2758a756dd32197fdc20e0094ea9a22227649da4 (diff) | |
download | coredns-94ced8255b42c90b934f0aa106ea813dcdeaae52.tar.gz coredns-94ced8255b42c90b934f0aa106ea813dcdeaae52.tar.zst coredns-94ced8255b42c90b934f0aa106ea813dcdeaae52.zip |
RFC dont have a hyphen (#1837)
Diffstat (limited to 'plugin/template')
-rw-r--r-- | plugin/template/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/template/README.md b/plugin/template/README.md index 015fd907d..17dedbfa9 100644 --- a/plugin/template/README.md +++ b/plugin/template/README.md @@ -91,7 +91,7 @@ The most simplistic template is ### Resolve .invalid as NXDOMAIN -The `.invalid` domain is a reserved TLD (see [RFC-2606 Reserved Top Level DNS Names](https://tools.ietf.org/html/rfc2606#section-2)) to indicate invalid domains. +The `.invalid` domain is a reserved TLD (see [RFC 2606 Reserved Top Level DNS Names](https://tools.ietf.org/html/rfc2606#section-2)) to indicate invalid domains. ~~~ corefile . { @@ -246,7 +246,7 @@ Named capture groups can be used to template one response for multiple patterns. * [Go regexp](https://golang.org/pkg/regexp/) for details about the regex implementation * [RE2 syntax reference](https://github.com/google/re2/wiki/Syntax) for details about the regex syntax -* [RFC-1034](https://tools.ietf.org/html/rfc1034#section-3.6.1) and [RFC 1035](https://tools.ietf.org/html/rfc1035#section-5) for the resource record format +* [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.6.1) and [RFC 1035](https://tools.ietf.org/html/rfc1035#section-5) for the resource record format * [Go template](https://golang.org/pkg/text/template/) for the template language reference ## Bugs |