Play some more with torrenting

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-07-27 15:55:31 +02:00
parent ef33425487
commit 37e6038788
12 changed files with 277 additions and 19 deletions

View File

@@ -55,4 +55,5 @@ var Directives = []string{
"whoami",
"on",
"sign",
"torrent",
}

View File

@@ -46,6 +46,7 @@ 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"