diff options
author | 2017-10-18 02:09:25 +0200 | |
---|---|---|
committer | 2017-10-17 20:09:25 -0400 | |
commit | 0c63248a0eb927affeef701150e818ad92eac808 (patch) | |
tree | ff818fa7b1e3884cb2249a6f6c2b7baf9ac8bc50 /plugin.cfg | |
parent | ea10a0d2f69a8b527286a5415fed37cd1bb2456a (diff) | |
download | coredns-0c63248a0eb927affeef701150e818ad92eac808.tar.gz coredns-0c63248a0eb927affeef701150e818ad92eac808.tar.zst coredns-0c63248a0eb927affeef701150e818ad92eac808.zip |
plugin/autopath: move after cache (#1147)
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.cfg b/plugin.cfg index e657dfdd1..cad019926 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -29,13 +29,13 @@ pprof:pprof prometheus:metrics errors:errors log:log -autopath:autopath dnstap:dnstap chaos:chaos cache:cache rewrite:rewrite loadbalance:loadbalance dnssec:dnssec +autopath:autopath reverse:reverse hosts:hosts federation:federation |