mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Allow shuffling/loadbalancing cached responses (#1383)
This commit is contained in:
committed by
Miek Gieben
parent
a952c07453
commit
850288ecd7
@@ -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
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user