diff options
author | 2022-05-17 10:29:52 +0000 | |
---|---|---|
committer | 2022-05-17 10:29:52 +0000 | |
commit | 68316f4efbf70cf1927aca7965f93d6018a33f92 (patch) | |
tree | c41455761ad58b2302cd313b3825999d17264245 | |
parent | c1d6386a2da18176cad20ca39533eeb4a6f5e8b2 (diff) | |
download | coredns-68316f4efbf70cf1927aca7965f93d6018a33f92.tar.gz coredns-68316f4efbf70cf1927aca7965f93d6018a33f92.tar.zst coredns-68316f4efbf70cf1927aca7965f93d6018a33f92.zip |
auto remove trailing whitespaces
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
-rw-r--r-- | plugin/template/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/template/README.md b/plugin/template/README.md index 5ac0c1995..cd63c94a2 100644 --- a/plugin/template/README.md +++ b/plugin/template/README.md @@ -24,7 +24,7 @@ template CLASS TYPE [ZONE...] { * **CLASS** the query class (usually IN or ANY). * **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. -* `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. * `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 |