2017-09-14 09:36:06 +01:00
|
|
|
// generated by directives_generate.go; DO NOT EDIT
|
|
|
|
|
|
2018-01-15 13:54:10 -08:00
|
|
|
package plugin
|
2017-09-14 09:36:06 +01:00
|
|
|
|
|
|
|
|
import (
|
2017-10-08 04:27:57 -07:00
|
|
|
// Include all plugins.
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/auto"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/autopath"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/bind"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/cache"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/chaos"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/debug"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/dnssec"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/dnstap"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/erratic"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/errors"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/etcd"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/federation"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/file"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/health"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/hosts"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/kubernetes"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/loadbalance"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/log"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/metrics"
|
2017-12-04 08:28:27 -08:00
|
|
|
_ "github.com/coredns/coredns/plugin/nsid"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/pprof"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/proxy"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/reverse"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/rewrite"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/root"
|
2018-01-15 09:59:29 -08:00
|
|
|
_ "github.com/coredns/coredns/plugin/route53"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/secondary"
|
2018-01-08 13:13:25 +00:00
|
|
|
_ "github.com/coredns/coredns/plugin/template"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/tls"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/trace"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/whoami"
|
|
|
|
|
_ "github.com/mholt/caddy/startupshutdown"
|
|
|
|
|
)
|