Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Directives = []string{
"root",
"metadata",
"geoip",
"cancel",
"tls",
"timeouts",
"reload",
"nsid",
"debug",
"ready",
"health",
"prometheus",
"errors",
"log",
"local",
"acl",
"cache",
"rewrite",
"header",
"minimal",
"transfer",
"hosts",
"kuadrant",
"file",
"secondary",
"loop",
"forward",
"whoami",
"view",
}
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. Cut down version of https://github.com/coredns/coredns/blob/master/core/dnsserver/zdirectives.go
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.