aboutsummaryrefslogtreecommitdiff
path: root/core/dnsserver/zdirectives.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-10-18 02:09:25 +0200
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2017-10-17 20:09:25 -0400
commit0c63248a0eb927affeef701150e818ad92eac808 (patch)
treeff818fa7b1e3884cb2249a6f6c2b7baf9ac8bc50 /core/dnsserver/zdirectives.go
parentea10a0d2f69a8b527286a5415fed37cd1bb2456a (diff)
downloadcoredns-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.go2
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",