mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
plugin/nomad: Add a Nomad plugin (#7467)
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
This commit is contained in:
@@ -64,4 +64,5 @@ var Directives = []string{
|
||||
"on",
|
||||
"sign",
|
||||
"view",
|
||||
"nomad",
|
||||
}
|
||||
|
||||
@@ -40,6 +40,7 @@ import (
|
||||
_ "github.com/coredns/coredns/plugin/metrics"
|
||||
_ "github.com/coredns/coredns/plugin/minimal"
|
||||
_ "github.com/coredns/coredns/plugin/multisocket"
|
||||
_ "github.com/coredns/coredns/plugin/nomad"
|
||||
_ "github.com/coredns/coredns/plugin/nsid"
|
||||
_ "github.com/coredns/coredns/plugin/pprof"
|
||||
_ "github.com/coredns/coredns/plugin/quic"
|
||||
|
||||
Reference in New Issue
Block a user