This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coredns
Watch
1
Star
0
Fork
0
You've already forked coredns
mirror of
https://github.com/coredns/coredns.git
synced
2025-11-01 02:33:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d56dbffa95963f1e0ca14c0f75e42c816c0783a8
coredns
/
plugin
/
whoami
/
OWNERS
7 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add OWNERS file (#1486) This should have everyone, but the process was quite manual. The rename from middleware -> plugin also meant I had to do some extra digging on who actually submitted the PR. I also double checked the current list of people with commit access. Every plugin now has an OWNERS, except *reverse*. I'll file a bug for that.
2018-02-08 10:55:51 +00:00
reviewers:
- miekg
New plugin: loop (#1989) * New plugin: loop Add a plugin that detects loops. It does this by sending an unique query to our selves. If we see the query more than twice we stop the process. If there isn't a loop, the plugin disables it self and becomes a noop plugin. Signed-off-by: Miek Gieben <miek@miek.nl>
2018-07-20 19:45:17 +01:00
- chrisohaver
Add OWNERS file (#1486) This should have everyone, but the process was quite manual. The rename from middleware -> plugin also meant I had to do some extra digging on who actually submitted the PR. I also double checked the current list of people with commit access. Every plugin now has an OWNERS, except *reverse*. I'll file a bug for that.
2018-02-08 10:55:51 +00:00
approvers:
- miekg
New plugin: loop (#1989) * New plugin: loop Add a plugin that detects loops. It does this by sending an unique query to our selves. If we see the query more than twice we stop the process. If there isn't a loop, the plugin disables it self and becomes a noop plugin. Signed-off-by: Miek Gieben <miek@miek.nl>
2018-07-20 19:45:17 +01:00
- chrisohaver
Reference in New Issue
Copy Permalink