Commit 850288ec authored by Tobias Schmidt's avatar Tobias Schmidt Committed by Miek Gieben

Allow shuffling/loadbalancing cached responses (#1383)

parent a952c074
...@@ -23,9 +23,9 @@ var Directives = []string{ ...@@ -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",
......
...@@ -32,9 +32,9 @@ errors:errors ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment