Commit 68316f4e authored by coredns[bot]'s avatar coredns[bot]

auto remove trailing whitespaces

Signed-off-by: default avatarcoredns[bot] <bot@bot.coredns.io>
parent c1d6386a
...@@ -24,7 +24,7 @@ template CLASS TYPE [ZONE...] { ...@@ -24,7 +24,7 @@ template CLASS TYPE [ZONE...] {
* **CLASS** the query class (usually IN or ANY). * **CLASS** the query class (usually IN or ANY).
* **TYPE** the query type (A, PTR, ... can be ANY to match all types). * **TYPE** the query type (A, PTR, ... can be ANY to match all types).
* **ZONE** the zone scope(s) for this template. Defaults to the server zones. * **ZONE** the zone scope(s) for this template. Defaults to the server zones.
* `match` **REGEX** [Go regexp](https://golang.org/pkg/regexp/) that are matched against the incoming question name. * `match` **REGEX** [Go regexp](https://golang.org/pkg/regexp/) that are matched against the incoming question name.
Specifying no regex matches everything (default: `.*`). First matching regex wins. Specifying no regex matches everything (default: `.*`). First matching regex wins.
* `answer|additional|authority` **RR** A [RFC 1035](https://tools.ietf.org/html/rfc1035#section-5) style resource record fragment * `answer|additional|authority` **RR** A [RFC 1035](https://tools.ietf.org/html/rfc1035#section-5) style resource record fragment
built by a [Go template](https://golang.org/pkg/text/template/) that contains the reply. Specifying no answer will result built by a [Go template](https://golang.org/pkg/text/template/) that contains the reply. Specifying no answer will result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment