From 49c8f07cd619966944a71c10cd507d99b37eed46 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 13 Jul 2017 10:12:10 +0000 Subject: [PATCH] middleware/reverse: small doc cleanup --- middleware/reverse/README.md | 9 ++------- 1 file 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