diff options
author | 2017-10-18 02:09:25 +0200 | |
---|---|---|
committer | 2017-10-17 20:09:25 -0400 | |
commit | 0c63248a0eb927affeef701150e818ad92eac808 (patch) | |
tree | ff818fa7b1e3884cb2249a6f6c2b7baf9ac8bc50 /core/dnsserver/zdirectives.go | |
parent | ea10a0d2f69a8b527286a5415fed37cd1bb2456a (diff) | |
download | coredns-0c63248a0eb927affeef701150e818ad92eac808.tar.gz coredns-0c63248a0eb927affeef701150e818ad92eac808.tar.zst coredns-0c63248a0eb927affeef701150e818ad92eac808.zip |
plugin/autopath: move after cache (#1147)
Diffstat (limited to 'core/dnsserver/zdirectives.go')
-rw-r--r-- | core/dnsserver/zdirectives.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index 521b928cb..c8079204b 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -21,13 +21,13 @@ var directives = []string{ "prometheus", "errors", "log", - "autopath", "dnstap", "chaos", "cache", "rewrite", "loadbalance", "dnssec", + "autopath", "reverse", "hosts", "federation", |