You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
814 B
25 lines
814 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>polynomial-c@gentoo.org</email>
|
|
<name>Lars Wendler</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
A proxy DNS server with permanent caching (the cache contents are
|
|
written to hard disk on exit) that is designed to cope with
|
|
unreachable or down DNS servers (for example in dial-in
|
|
networking).
|
|
</longdescription>
|
|
<use>
|
|
<flag name="isdn">
|
|
Linux-only: check status of ippp interfaces with ISDN-specific
|
|
system calls.
|
|
</flag>
|
|
<flag name="urandom">
|
|
Linux-only: use /dev/urandom (pseudo-random number generation)
|
|
instead of the default use of random() PRNG.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|