aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-04-23 10:22:20 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-23 10:22:20 +0200
commitec5696b20268bcfe319a7953b3712445b7c5a739 (patch)
tree567e24587e1f4e247a0a0339e25069f24bb118c6 /CODEOWNERS
parent8fe950f4bc161ff45a7cbda9b9059db02fa3701f (diff)
downloadcoredns-ec5696b20268bcfe319a7953b3712445b7c5a739.tar.gz
coredns-ec5696b20268bcfe319a7953b3712445b7c5a739.tar.zst
coredns-ec5696b20268bcfe319a7953b3712445b7c5a739.zip
plugin/dns64: update readme and owners (#3848)
* plugin/dns64: update readme and owners Make @superq code owner of the plugins. Update the readme a bit: * don't make it start with a quote * make it look more like other README's in syntax description * make a full corefile examples and tests these by setting the corefile language tag Signed-off-by: Miek Gieben <miek@miek.nl> * Update plugin/dns64/README.md Co-Authored-By: Ben Kochie <superq@gmail.com> * Update plugin/dns64/README.md Co-Authored-By: Ben Kochie <superq@gmail.com> * Update plugin/dns64/README.md Co-Authored-By: Ben Kochie <superq@gmail.com> * Update plugin/dns64/README.md Co-Authored-By: Ben Kochie <superq@gmail.com> * Update plugin/dns64/README.md Co-Authored-By: Ben Kochie <superq@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 9ef29260e..0b401a25c 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -21,6 +21,7 @@ go.mod @miekg @chrisohaver @johnbelamaric @yongtang @stp-ip
/plugin/cancel/ @miekg
/plugin/chaos/ @miekg @zouyee
/plugin/clouddns/ @miekg @yongtang
+/plugin/dns64 @superq
/plugin/dnssec/ @isolus @miekg
/plugin/dnstap/ @varyoo @yongtang
/plugin/erratic/ @miekg