coredns/core/dnsserver/zdirectives.go
Miek Gieben dd37627e8e
plugin/template: README tweaks (#1361)
* plugin/template: README tweaks

* Go gen it
2018-01-08 13:13:25 +00:00

45 lines
720 B
Go

// generated by directives_generate.go; DO NOT EDIT
package dnsserver
// Directives are registered in the order they should be
// executed.
//
// Ordering is VERY important. Every plugin will
// feel the effects of all other plugin below
// (after) them during a request, but they must not
// care what plugin above them are doing.
var Directives = []string{
"tls",
"nsid",
"root",
"bind",
"debug",
"trace",
"health",
"pprof",
"prometheus",
"errors",
"log",
"dnstap",
"chaos",
"cache",
"rewrite",
"loadbalance",
"dnssec",
"autopath",
"reverse",
"template",
"hosts",
"federation",
"kubernetes",
"file",
"auto",
"secondary",
"etcd",
"proxy",
"erratic",
"whoami",
"startup",
"shutdown",
}