diff options
author | 2016-11-09 21:26:49 +0000 | |
---|---|---|
committer | 2016-11-09 21:26:49 +0000 | |
commit | 0919216d3ca513d6ae18ffb0ed35b6a89fd393c6 (patch) | |
tree | 4dc5882a582b17778869428c707d6ab671c26065 /middleware/file/README.md | |
parent | a8287bb04dc7861f349c96ba790e4a007dc7657c (diff) | |
download | coredns-0919216d3ca513d6ae18ffb0ed35b6a89fd393c6.tar.gz coredns-0919216d3ca513d6ae18ffb0ed35b6a89fd393c6.tar.zst coredns-0919216d3ca513d6ae18ffb0ed35b6a89fd393c6.zip |
middleware/{file, auto}: resolve external CNAMEs
Do the same thing as in etcd and give the option of externally resolving
CNAME. This is needed when CoreDNS is a proxy as well is serving zones.
Diffstat (limited to 'middleware/file/README.md')
-rw-r--r-- | middleware/file/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/middleware/file/README.md b/middleware/file/README.md index 4cc27e2de..283986945 100644 --- a/middleware/file/README.md +++ b/middleware/file/README.md @@ -27,6 +27,7 @@ TSIG key information, something like `transfer out [ADDRESS...] key [NAME[:ALG]] file DBFILE [ZONES... ] { transfer to ADDRESS... no_reload + upstream ADDRESS... } ~~~ @@ -36,6 +37,8 @@ file DBFILE [ZONES... ] { When an address is specified a notify message will be send whenever the zone is reloaded. * `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. ## Examples |