diff options
author | 2018-05-10 07:41:03 +0100 | |
---|---|---|
committer | 2018-05-10 07:41:03 +0100 | |
commit | 3dd459896aeb168355e8a410261ee9c33e764436 (patch) | |
tree | 3d5dccfdc4d9c75b96b50b48787347f1c2d90df7 /plugin | |
parent | 874a9986971e0efe27eaec92c523d563dfa8d1f7 (diff) | |
download | coredns-3dd459896aeb168355e8a410261ee9c33e764436.tar.gz coredns-3dd459896aeb168355e8a410261ee9c33e764436.tar.zst coredns-3dd459896aeb168355e8a410261ee9c33e764436.zip |
Add OWNERS to forward (#1789)
Copy the OWNERS file from proxy and add rdrozhdzh to it.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/forward/OWNERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugin/forward/OWNERS b/plugin/forward/OWNERS new file mode 100644 index 000000000..3ef197ec2 --- /dev/null +++ b/plugin/forward/OWNERS @@ -0,0 +1,12 @@ +reviewers: + - fturib + - grobie + - johnbelamaric + - miekg + - rdrozhdzh +approvers: + - fturib + - grobie + - johnbelamaric + - rdrozhdzh + - miekg |