mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 11:55:13 -05:00
feat: enable plugins via environment during build (#7310)
* feat: enable plugins via environment during build Signed-off-by: Colden Cullen <colden@coldencullen.com> * doc: add note about COREDNS_PLUGINS Signed-off-by: Colden Cullen <colden@coldencullen.com> --------- Signed-off-by: Colden Cullen <colden@coldencullen.com>
This commit is contained in:
@@ -67,6 +67,8 @@ $ cd coredns
|
||||
$ make
|
||||
~~~
|
||||
|
||||
> **_NOTE:_** extra plugins may be enabled when building by setting the `COREDNS_PLUGINS` environment variable with comma separate list of plugins in the same format as plugin.cfg
|
||||
|
||||
This should yield a `coredns` binary.
|
||||
|
||||
## Compilation with Docker
|
||||
|
||||
Reference in New Issue
Block a user