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.
|
2019-07-03 09:04:47 +08:00
|
|
|
_ "github.com/caddyserver/caddy/onevent"
|
2019-09-04 23:43:45 +08:00
|
|
|
_ "github.com/coredns/coredns/plugin/acl"
|
2019-04-28 11:46:45 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/any"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/auto"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/autopath"
|
2019-08-09 12:40:28 +05:30
|
|
|
_ "github.com/coredns/coredns/plugin/azure"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/bind"
|
2019-11-10 08:10:12 +00:00
|
|
|
_ "github.com/coredns/coredns/plugin/bufsize"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/cache"
|
2019-03-29 19:40:23 +00:00
|
|
|
_ "github.com/coredns/coredns/plugin/cancel"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/chaos"
|
2019-08-18 02:29:09 +05:30
|
|
|
_ "github.com/coredns/coredns/plugin/clouddns"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "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/file"
|
2018-02-08 15:00:25 +00:00
|
|
|
_ "github.com/coredns/coredns/plugin/forward"
|
2019-03-14 08:12:28 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/grpc"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/health"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/hosts"
|
2018-12-14 09:41:51 +00:00
|
|
|
_ "github.com/coredns/coredns/plugin/k8s_external"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/kubernetes"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/loadbalance"
|
|
|
|
|
_ "github.com/coredns/coredns/plugin/log"
|
2018-07-20 19:45:17 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/loop"
|
2018-06-29 12:44:16 +03:00
|
|
|
_ "github.com/coredns/coredns/plugin/metadata"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "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"
|
2019-03-07 20:35:16 +00:00
|
|
|
_ "github.com/coredns/coredns/plugin/ready"
|
2018-03-02 17:17:26 -08:00
|
|
|
_ "github.com/coredns/coredns/plugin/reload"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "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"
|
2019-08-29 15:41:59 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/sign"
|
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"
|
2019-11-01 12:02:43 -04:00
|
|
|
_ "github.com/coredns/coredns/plugin/transfer"
|
2017-09-14 09:36:06 +01:00
|
|
|
_ "github.com/coredns/coredns/plugin/whoami"
|
2019-08-18 14:41:51 -07:00
|
|
|
_ "github.com/coredns/federation"
|
2017-09-14 09:36:06 +01:00
|
|
|
)
|