Coredns plugins

From UVOO Tech Wiki
Revision as of 03:48, 31 January 2023 by Busk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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