mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
plugin/autopath: move after cache (#1147)
This commit is contained in:
committed by
John Belamaric
parent
ea10a0d2f6
commit
0c63248a0e
@@ -21,13 +21,13 @@ var directives = []string{
|
|||||||
"prometheus",
|
"prometheus",
|
||||||
"errors",
|
"errors",
|
||||||
"log",
|
"log",
|
||||||
"autopath",
|
|
||||||
"dnstap",
|
"dnstap",
|
||||||
"chaos",
|
"chaos",
|
||||||
"cache",
|
"cache",
|
||||||
"rewrite",
|
"rewrite",
|
||||||
"loadbalance",
|
"loadbalance",
|
||||||
"dnssec",
|
"dnssec",
|
||||||
|
"autopath",
|
||||||
"reverse",
|
"reverse",
|
||||||
"hosts",
|
"hosts",
|
||||||
"federation",
|
"federation",
|
||||||
|
|||||||
@@ -29,13 +29,13 @@ pprof:pprof
|
|||||||
prometheus:metrics
|
prometheus:metrics
|
||||||
errors:errors
|
errors:errors
|
||||||
log:log
|
log:log
|
||||||
autopath:autopath
|
|
||||||
dnstap:dnstap
|
dnstap:dnstap
|
||||||
chaos:chaos
|
chaos:chaos
|
||||||
cache:cache
|
cache:cache
|
||||||
rewrite:rewrite
|
rewrite:rewrite
|
||||||
loadbalance:loadbalance
|
loadbalance:loadbalance
|
||||||
dnssec:dnssec
|
dnssec:dnssec
|
||||||
|
autopath:autopath
|
||||||
reverse:reverse
|
reverse:reverse
|
||||||
hosts:hosts
|
hosts:hosts
|
||||||
federation:federation
|
federation:federation
|
||||||
|
|||||||
Reference in New Issue
Block a user