From 0c63248a0eb927affeef701150e818ad92eac808 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 18 Oct 2017 02:09:25 +0200 Subject: [PATCH] plugin/autopath: move after cache (#1147) --- core/dnsserver/zdirectives.go | 2 +- plugin.cfg | 2 +- 2 files changed, 2 insertions(+), 2 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", 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