aboutsummaryrefslogtreecommitdiff
path: root/core/plugin/zplugin.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-07-28 16:39:35 +0200
committerGravatar Miek Gieben <miek@miek.nl> 2020-07-28 16:39:35 +0200
commitf21fa187383b7d1ba1c18ee617cb70e810cf1485 (patch)
treee7d9271855e48cc6973b8e3b5c3e8fd4f325c246 /core/plugin/zplugin.go
parent37e6038788beb5ee1154e71bb3fc07c3e708fa5d (diff)
downloadcoredns-torrent.tar.gz
coredns-torrent.tar.zst
coredns-torrent.zip
Move to new torrent libtorrent
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r--core/plugin/zplugin.go2
1 files changed, 1 insertions, 1 deletions
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"