-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.cfg
More file actions
34 lines (30 loc) · 936 Bytes
/
plugin.cfg
File metadata and controls
34 lines (30 loc) · 936 Bytes
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
# ABOUTME: CoreDNS plugin configuration with the tailscale plugin added.
# ABOUTME: Based on upstream v1.14.2; overlay this onto the CoreDNS source tree before building.
# 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
cancel:cancel
bind:bind
ready:ready
health:health
errors:errors
log:log
tailscale:github.com/damomurf/coredns-tailscale
cache:cache
loop:loop
forward:forward