mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
* Move to CODEOWNERS No change in who own what; just a move to CODEOWNERS. This allows dreck cleanups. Added .dreck.yaml for alias and exec. Fixes: #3486 Signed-off-by: Miek Gieben <miek@miek.nl> * stickler bot Signed-off-by: Miek Gieben <miek@miek.nl> * sort the file Signed-off-by: Miek Gieben <miek@miek.nl>
12 lines
188 B
YAML
12 lines
188 B
YAML
features:
|
|
- aliases
|
|
- exec
|
|
|
|
aliases:
|
|
- |
|
|
/plugin (.*) -> /label plugin/$1
|
|
- |
|
|
/wai -> /label works as intended
|
|
- |
|
|
/release (.*) -> /exec /opt/bin/release-coredns $1
|