diff options
-rw-r--r-- | core/dnsserver/zdirectives.go | 2 | ||||
-rw-r--r-- | 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 |