diff options
author | 2018-01-11 19:59:56 +0100 | |
---|---|---|
committer | 2018-01-11 18:59:56 +0000 | |
commit | 850288ecd7fae9cca3350d8f9583f13960647566 (patch) | |
tree | aa4cd1a28db2e4ab1bfda90c45baad7610a50cdb /plugin.cfg | |
parent | a952c074535053d0377898871af0eec3f680024c (diff) | |
download | coredns-850288ecd7fae9cca3350d8f9583f13960647566.tar.gz coredns-850288ecd7fae9cca3350d8f9583f13960647566.tar.zst coredns-850288ecd7fae9cca3350d8f9583f13960647566.zip |
Allow shuffling/loadbalancing cached responses (#1383)
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.cfg b/plugin.cfg index 77cf6d844..026a7b9f2 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -32,9 +32,9 @@ errors:errors log:log dnstap:dnstap chaos:chaos +loadbalance:loadbalance cache:cache rewrite:rewrite -loadbalance:loadbalance dnssec:dnssec autopath:autopath reverse:reverse |