Difference between revisions of "CoreDNS"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | # Compile with unbound | ||
+ | - https://coredns.io/manual/toc/ | ||
+ | ``` | ||
+ | Add unbound:github.com/coredns/unbound to plugin.cfg. | ||
+ | Do a go generate, followed by make. | ||
+ | ``` | ||
+ | |||
- https://coredns.io/plugins/acl/ | - https://coredns.io/plugins/acl/ | ||
- https://github.com/coredns/example/blob/master/example.go | - https://github.com/coredns/example/blob/master/example.go |
Revision as of 01:26, 19 October 2020
Compile with unbound
Add unbound:github.com/coredns/unbound to plugin.cfg. Do a go generate, followed by make.
- https://coredns.io/plugins/acl/
- https://github.com/coredns/example/blob/master/example.go
- https://github.com/miekg/local/blob/master/local.go
- https://coredns.io/2017/03/01/how-to-add-plugins-to-coredns/
- https://coredns.io/plugins/
- https://coredns.io/manual/toc/
- https://coredns.io/plugins/proxy/
- https://github.com/coredns/coredns/issues/2277
- https://github.com/coredns/rrl
- https://gist.github.com/walm/0d67b4fb2d5daf3edd4fad3e13b162cb
- https://wiki.archlinux.org/index.php/CoreDNS