diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/dnsserver/zdirectives.go | 2 | ||||
-rw-r--r-- | core/plugin/zplugin.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index b01118a01..6c700304b 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -55,5 +55,5 @@ var Directives = []string{ "whoami", "on", "sign", - "torrent", + "bittorrent", } diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 7c43917e0..62985edca 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -11,6 +11,7 @@ import ( _ "github.com/coredns/coredns/plugin/autopath" _ "github.com/coredns/coredns/plugin/azure" _ "github.com/coredns/coredns/plugin/bind" + _ "github.com/coredns/coredns/plugin/bittorrent" _ "github.com/coredns/coredns/plugin/bufsize" _ "github.com/coredns/coredns/plugin/cache" _ "github.com/coredns/coredns/plugin/cancel" @@ -46,7 +47,6 @@ import ( _ "github.com/coredns/coredns/plugin/sign" _ "github.com/coredns/coredns/plugin/template" _ "github.com/coredns/coredns/plugin/tls" - _ "github.com/coredns/coredns/plugin/torrent" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/transfer" _ "github.com/coredns/coredns/plugin/whoami" |