Allow shuffling/loadbalancing cached responses (#1383)

This commit is contained in:
Tobias Schmidt
2018-01-11 19:59:56 +01:00
committed by Miek Gieben
parent a952c07453
commit 850288ecd7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,9 +23,9 @@ var Directives = []string{
"log", "log",
"dnstap", "dnstap",
"chaos", "chaos",
"loadbalance",
"cache", "cache",
"rewrite", "rewrite",
"loadbalance",
"dnssec", "dnssec",
"autopath", "autopath",
"reverse", "reverse",

View File

@@ -32,9 +32,9 @@ errors:errors
log:log log:log
dnstap:dnstap dnstap:dnstap
chaos:chaos chaos:chaos
loadbalance:loadbalance
cache:cache cache:cache
rewrite:rewrite rewrite:rewrite
loadbalance:loadbalance
dnssec:dnssec dnssec:dnssec
autopath:autopath autopath:autopath
reverse:reverse reverse:reverse