mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
mw/*: updates docs about upstream (#968)
Upstream allows file structured like /etc/resolv.conf. Update docs. Fixes #709
This commit is contained in:
@@ -31,7 +31,8 @@ are used.
|
||||
* `no_reload` by default CoreDNS will reload a zone from disk whenever it detects a change to the
|
||||
file. This option disables that behavior.
|
||||
* `upstream` defines upstream resolvers to be used resolve external names found (think CNAMEs)
|
||||
pointing to external names.
|
||||
pointing to external names. **ADDRESS** can be an IP address, and IP:port or a string pointing to
|
||||
a file that is structured as /etc/resolv.conf.
|
||||
|
||||
All directives from the *file* middleware are supported. Note that *auto* will load all zones found,
|
||||
even though the directive might only receive queries for a specific zone. I.e:
|
||||
|
||||
Reference in New Issue
Block a user