Added ratelimit plugin

This commit is contained in:
Andrey Meshkov
2018-11-25 23:11:36 +03:00
parent cdd2e8ecb4
commit 668dcebf13
3 changed files with 21 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import (
"sync" // Include all plugins.
_ "github.com/AdguardTeam/AdGuardHome/coredns_plugin"
_ "github.com/AdguardTeam/AdGuardHome/coredns_plugin/ratelimit"
_ "github.com/AdguardTeam/AdGuardHome/upstream"
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/coremain"