CoreDNS-netbox/plugin.cfg
Dryusdan cd8a8a01c9
All checks were successful
Prepare releases / build (push) Successful in 2m36s
Rewrite plugin.cfg
2024-02-26 19:05:20 +01:00

44 lines
905 B
INI

# 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
reload:reload
nsid:nsid
root:root
bind:bind
debug:debug
template:template
trace:trace
ready:ready
health:health
errors:errors
log:log
local:local
any:any
cache:cache
minimal:minimal
hosts:hosts
netbox:github.com/oz123/coredns-netbox-plugin
file:file
transfer:transfer
auto:auto
etcd:etcd
loop:loop