diff options
Diffstat (limited to 'net-dns/coredns/metadata.xml')
-rw-r--r-- | net-dns/coredns/metadata.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/net-dns/coredns/metadata.xml b/net-dns/coredns/metadata.xml index f5c6245e0ac0..3c4a2efb2b11 100644 --- a/net-dns/coredns/metadata.xml +++ b/net-dns/coredns/metadata.xml @@ -1,7 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>kpp+gentoo@qrator.net</email> + <name>Konstantin Ignatov</name> + </maintainer> + <maintainer type="project"> + <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). + </longdescription> <upstream> <remote-id type="github">coredns/coredns</remote-id> </upstream> |