blob: 26f821c7a7ad5ca6f39d0e478033fe0dc442e899 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="ipv6">
Support querying nameservers over ipv6, and allow dnsget to
automatically handle ipv6 PTR queries.
</flag>
<flag name="tools">
Build and install dnsget, ex-rdns and rblcheck tools
</flag>
</use>
<longdescription>
UDNS is a stub DNS resolver library with ability to perform both
synchronous and asyncronous DNS queries.
</longdescription>
</pkgmetadata>
|