From e4998651fe65c3166264c11c3ac123189cfb92eb Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Sun, 25 Nov 2018 23:17:49 +0300 Subject: [PATCH] Fix #426: add ratelimit to directives --- coredns.go | 1 + 1 file changed, 1 insertion(+) diff --git a/coredns.go b/coredns.go index 1330e593..c56a8f00 100644 --- a/coredns.go +++ b/coredns.go @@ -66,6 +66,7 @@ var directives = []string{ "errors", "log", "dnsfilter", + "ratelimit", "dnstap", "chaos", "loadbalance",