aboutsummaryrefslogtreecommitdiff
path: root/plugin.cfg
blob: 407a668eb4e1ef65d3ebb1f8e98c11e6f97a6935 (plain) (blame)
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
70
71
72
73
# 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
geoip:geoip
cancel:cancel
tls:tls
timeouts:timeouts
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
tsig:tsig
cache:cache
rewrite:rewrite
header:header
dnssec:dnssec
autopath:autopath
minimal:minimal
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
view:view
Gravatar Nils Fitinghoff 7-0/+39 2023-09-06add embedded-hal-async impl to stm32Gravatar Andres Vahter 1-0/+13 2023-09-06expose all stm32-metapac chips as featuresGravatar Andres Vahter 4-26/+1453 add more supported timers 2023-09-06PoC Monotonic impl based on stm32-metapacGravatar Andres Vahter 4-0/+264 2023-09-05Bump actions/checkout from 3 to 4Gravatar dependabot[bot] 3-15/+15 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 2023-08-29book: Fix rtic-sync referencesGravatar Nils Fitinghoff 1-1/+1 2023-08-29book: Update default priority to 0Gravatar Nils Fitinghoff 3-4/+4 2023-08-29book: Fix broken linkGravatar Nils Fitinghoff 1-1/+1 2023-08-29Release rtic-monotonics 1.1.0, release rtic-sync 1.0.2Gravatar Emil Fresk 4-2/+8 2023-08-25rtic-monotonics: Add 64-bit SysTick monotonicGravatar Nils Fitinghoff 4-7/+36 Counting at 1 kHz, 32 bits for counting ticks is not enough to ensure monotonicity for more than 50 days. Add a feature to change the backing storage to 64 bits. 2023-08-25ritc-sync: Fix make_channel forcing dependency into user crateGravatar Nils Fitinghoff 2-1/+5 Before, `make_channel` assumed that `critical_section` would be available in the namespace of the code that invoked the macro. Access `critical_section` through `rtic-sync` instead. 2023-08-25Fix graph in preface.md exampleGravatar Xo Wang 1-1/+1 Match up the graph's name for the task whose priority is 4 to its name in the preceding paragraph 2023-08-20Bump embedded-hal-async in rtic-monotonicsGravatar Emil Fresk 2-4/+8 2023-08-17Fix RTIC HackMD linkGravatar cz 1-1/+1 Fix RTIC HackMD link 2023-08-08Support RP2040 PAC v0.5 in `rtic-monotonics`Gravatar Emil Fresk 3-4/+5 2023-07-25Fixed new TAIT requirement and release v2.0.1 of RTICv2.0.1Gravatar Emil Fresk 8-17/+39 2023-07-01Examples: Update depsGravatar Henrik Tjäder 2-83/+115 Bumps proc-macro2 fixing https://github.com/rust-lang/rust/issues/113152 2023-07-01Changelog: Monotonics: Add dateGravatar Henrik Tjäder 1-1/+1 2023-07-01Changelog: Common: Add dateGravatar Henrik Tjäder 1-1/+1 2023-07-01Changelog: Time: Add dateGravatar Henrik Tjäder 1-1/+1 2023-07-01Changelog: Sync: Add dates and yanked statusGravatar Henrik Tjäder 1-2/+4 2023-07-01Changelog: Add v2Gravatar Henrik Tjäder 1-42/+47 Change URLs to point to this repo 2023-07-01Changelog: Macros: Add v2Gravatar Henrik Tjäder 1-1/+3