Bertrand Jacquin 8e5320b3f0
net-dns/pdns-recursor: add USE flag for dns-over-tls
pdns-recursor supports forcing DNS over TLS to listed authoritative
nameservers in dot-to-auth-names configuration setting which is only
accessible when --enable-dns-over-tls is specified.

See: a227f47d33
See: https://docs.powerdns.com/recursor/settings.html#dot-to-auth-names

Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh>
Closes: https://bugs.gentoo.org/959753
Closes: https://github.com/gentoo/gentoo/pull/42937
Signed-off-by: Sven Wegener <swegener@gentoo.org>
2025-07-16 21:05:45 +02:00

23 lines
996 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>swegener@gentoo.org</email>
<name>Sven Wegener</name>
</maintainer>
<longdescription>
With a small codebase, the PowerDNS Recursor is an advanced recursor currently
serving the DNS resolving needs of over 2 million Internet connections. Besides
high performance (using kqueue or epoll, over 15 thousand qps on commodity
hardware), it provides advanced anti-spoofing measures. In addition, the program
caches server performance and timeouts, making it both network and user friendly.
It also has built-in hooks for making graphs with rrdtool, providing insight into
nameserver performance.
</longdescription>
<use>
<flag name="dns-over-tls">Enable support for DNS over TLS</flag>
<flag name="dnstap">Enable support for dnstap</flag>
<flag name="sodium">Use <pkg>dev-libs/libsodium</pkg> for cryptography</flag>
</use>
</pkgmetadata>