diff options
author | 2019-07-22 23:59:58 +0300 | |
---|---|---|
committer | 2019-11-27 07:46:04 +0200 | |
commit | ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b (patch) | |
tree | 1652c75d4456c187b20c020d8a6db5f8cd6e901f /net-dns/coredns/metadata.xml | |
parent | dev-python/pycryptodome-3.9.4: Bump, add py38, fix tests (diff) | |
download | gentoo-ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b.tar.gz gentoo-ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b.tar.bz2 gentoo-ecd9b543b5ef2db3b3ff7da63c57796eb0807a0b.zip |
net-dns/coredns: new proxy maintainer, add description, bump v1.6.5
Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12517
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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> |