aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-reverse.7
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-10 11:45:12 +0000
committerGravatar GitHub <noreply@github.com> 2018-01-10 11:45:12 +0000
commitb7476d0217ebfca264dba7d3ec672147665e6b80 (patch)
tree0859d08273ca8dcadc587ad68cadef2a1a15165a /man/coredns-reverse.7
parent48059a6c3e33f34263c74a09630a85ae885e1178 (diff)
downloadcoredns-b7476d0217ebfca264dba7d3ec672147665e6b80.tar.gz
coredns-b7476d0217ebfca264dba7d3ec672147665e6b80.tar.zst
coredns-b7476d0217ebfca264dba7d3ec672147665e6b80.zip
Doc (#1369)
* Constent atx headers * Regen manual pages
Diffstat (limited to 'man/coredns-reverse.7')
-rw-r--r--man/coredns-reverse.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man/coredns-reverse.7 b/man/coredns-reverse.7
index ddb07c292..fc5793819 100644
--- a/man/coredns-reverse.7
+++ b/man/coredns-reverse.7
@@ -16,7 +16,7 @@ If a request matches a regular expression (see Template Syntax below) this plugi
reverse NETWORK\.\.\. {
hostname TEMPLATE
[ttl TTL]
- [fallthrough]
+ [fallthrough [ZONES\.\.\.]]
[wildcard]
.
.fi
@@ -31,7 +31,7 @@ reverse NETWORK\.\.\. {
\fBttl\fR defaults to 60
.
.IP "\(bu" 4
-\fBfallthrough\fR if zone matches and no record can be generated, pass request to the next plugin\.
+\fBfallthrough\fR if zone matches and no record can be generated, pass request to the next plugin\. If \fB[ZONES\.\.\.]\fR is omitted, then fallthrough happens for all zones for which the plugin is authoritative\. If specific zones are listed (for example \fBin\-addr\.arpa\fR and \fBip6\.arpa\fR), then only queries for those zones will be subject to fallthrough\.
.
.IP "\(bu" 4
\fBwildcard\fR allows matches to catch all subdomains as well\.