Difference between revisions of "Coredns plugins"
Jump to navigation
Jump to search
(Created page with " plugin.cfg ``` ubound:github.com/coredns/unbound ``` ``` sudo apt install libunbound-dev go get github.com/coredns/unbound ``` ``` go generate go build ./coredns -plugins...") |
|||
Line 1: | Line 1: | ||
− | + | Get | |
+ | ``` | ||
+ | git clone --depth=1 --branch=master https://github.com/coredns/coredns.git | ||
+ | cd coredns | ||
+ | ``` | ||
plugin.cfg | plugin.cfg |
Latest revision as of 03:49, 31 January 2023
Get
git clone --depth=1 --branch=master https://github.com/coredns/coredns.git cd coredns
plugin.cfg
ubound:github.com/coredns/unbound
sudo apt install libunbound-dev go get github.com/coredns/unbound
go generate go build ./coredns -plugins
https://github.com/coredns/example
https://mrkaran.dev/posts/coredns-nomad/
https://www.oreilly.com/library/view/learning-coredns/9781492047957/ch09.html