-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.cfg
69 lines (66 loc) · 1.33 KB
/
plugin.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# 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.
# How to rebuild with updated plugin configurations: Modify the list below and
# run `go generate && go build`
# The parser takes the input format of:
#
# <plugin-name>:<package-name>
# Or
# <plugin-name>:<fully-qualified-package-name>
#
# External plugin example:
#
# log:github.com/coredns/coredns/plugin/log
# Local plugin example:
# log:log
metadata:metadata
cancel:cancel
tls:tls
reload:reload
nsid:nsid
bufsize:bufsize
root:root
bind:bind
debug:debug
#trace:trace
ready:ready
health:health
pprof:pprof
#prometheus:metrics
errors:errors
log:log
#dnstap:dnstap
local:local
#dns64:dns64
acl:acl
any:any
#chaos:chaos
loadbalance:loadbalance
cache:cache
rewrite:rewrite
dnssec:dnssec
#autopath:autopath
template:template
transfer:transfer
hosts:hosts
#route53:route53
#azure:azure
#clouddns:clouddns
#k8s_external:k8s_external
#kubernetes:kubernetes
file:file
auto:auto
secondary:secondary
#etcd:etcd
#loop:loop
forward:forward
#grpc:grpc
#erratic:erratic
#whoami:whoami
on:github.com/coredns/caddy/onevent
sign:sign
meshname:github.com/zhoreeq/coredns-meshname
meship:github.com/zhoreeq/coredns-meship