mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 11:55:13 -05:00
Update the various Kubernetes middleware README files. (#630)
This commit is contained in:
committed by
Miek Gieben
parent
1c53d4130e
commit
8fc7ec776d
@@ -108,6 +108,13 @@ kubernetes coredns.local {
|
||||
#
|
||||
cidrs 10.0.0.0/24 10.0.10.0/25
|
||||
|
||||
# fallthrough
|
||||
#
|
||||
# If a query for a record in the cluster zone results in NXDOMAIN,
|
||||
# normally that is what the response will be. However, if you specify
|
||||
# this option, the query will instead be passed on down the middleware
|
||||
# chain, which can include another middleware to handle the query.
|
||||
fallthrough
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user