aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-07-13 10:12:10 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2017-07-13 10:12:10 +0000
commit49c8f07cd619966944a71c10cd507d99b37eed46 (patch)
treea9f04d3d25a69bd1dfaf33cfbe78c16e3f977629
parent8495e48297856d902a6f2791e1629f8a7ac8a1c7 (diff)
downloadcoredns-49c8f07cd619966944a71c10cd507d99b37eed46.tar.gz
coredns-49c8f07cd619966944a71c10cd507d99b37eed46.tar.zst
coredns-49c8f07cd619966944a71c10cd507d99b37eed46.zip
middleware/reverse: small doc cleanup
-rw-r--r--middleware/reverse/README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/middleware/reverse/README.md b/middleware/reverse/README.md
index a26942178..2bc4b2e1d 100644
--- a/middleware/reverse/README.md
+++ b/middleware/reverse/README.md
@@ -15,7 +15,8 @@ reverse NETWORK... {
* **NETWORK** one or more CIDR formatted networks to respond on.
* `hostname` injects the IP and zone to a template for the hostname. Defaults to "ip-{IP}.{zone[1]}". See below for template.
* `ttl` defaults to 60
-* `fallthrough` If zone matches and no record can be generated, pass request to the next middleware.
+* `fallthrough` if zone matches and no record can be generated, pass request to the next middleware.
+* `wildcard` allows matches to catch all subdomains as well.
### Template Syntax
@@ -35,12 +36,6 @@ The `{zone[i]}` symbol is **optional** and can be replaced by a fixed (zone) str
The zone will be matched by the zones listed in *this* configuration stanza.
`i` needs to be replaced with the index of the configured listener zones, starting with 1.
-### `wildcard`
-
-If `wildcard` is true :
-any.thing.ip-1.2.3.4.example.org resolves to 1.2.3.4 (ip-{ip}.{zone} is the hostname/template)
-
-
## Examples
~~~ txt