summaryrefslogtreecommitdiff
path: root/net-dns/coredns/metadata.xml
blob: 924b78453af7111af2cb9cb0344f3b3ee62ede3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>zmedico@gentoo.org</email>
    <name>Zac Medico</name>
  </maintainer>
  <maintainer type="person" proxied="yes">
    <email>me@rahil.rocks</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).
  </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>