diff options
author | Rahil Bhimjiani <rahil3108@gmail.com> | 2023-11-06 01:58:32 +0530 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2023-11-10 08:33:09 -0800 |
commit | ffa19491985be9a6f70eae22a42b3fa834aa7ee6 (patch) | |
tree | e22b87e0b20abfe7944d0f0493267428be927660 /net-dns/coredns | |
parent | net-dns/coredns: add 1.11.1 & live (diff) | |
download | gentoo-ffa19491985be9a6f70eae22a42b3fa834aa7ee6.tar.gz gentoo-ffa19491985be9a6f70eae22a42b3fa834aa7ee6.tar.bz2 gentoo-ffa19491985be9a6f70eae22a42b3fa834aa7ee6.zip |
net-dns/coredns: add proxy-maint & myself as maint
1) Add doc & bugs-to links
2) fix indentation
Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33682
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns/coredns')
-rw-r--r-- | net-dns/coredns/metadata.xml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/net-dns/coredns/metadata.xml b/net-dns/coredns/metadata.xml index 970332552b10..e8fcef2c53db 100644 --- a/net-dns/coredns/metadata.xml +++ b/net-dns/coredns/metadata.xml @@ -5,14 +5,24 @@ <email>zmedico@gentoo.org</email> <name>Zac Medico</name> </maintainer> + <maintainer type="person" proxied="yes"> + <email>rahil3108@gmail.com</email> + <name>Rahil Bhimjiani</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription> - CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. - It is fast and flexible. The key word here is flexible: - with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. - CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS), TLS (RFC 7858), - also called DoT, DNS over HTTP/2 - DoH - (RFC 8484) and gRPC (not a standard). + CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. + It is fast and flexible. The key word here is flexible: + with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. + CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS), TLS (RFC 7858), + also called DoT, DNS over HTTP/2 - DoH - (RFC 8484) and gRPC (not a standard). </longdescription> <upstream> <remote-id type="github">coredns/coredns</remote-id> + <bugs-to>https://github.com/coredns/coredns/issues</bugs-to> + <doc>https://coredns.io/manual/toc/</doc> </upstream> </pkgmetadata> |