summaryrefslogtreecommitdiff
blob: df9bbedad9645696c1b5e134ad19cd494c62152c (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
29
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>net-dialup</herd>
  <maintainer>
    <email>flameeyes@gentoo.org</email>
  </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'>Enable ISDN features</flag>
    <flag name='underscores'>
      Enable support for domain names containing underscores
    </flag>
    <flag name="nptl">
      Linux-only: override auto-detection of the system threading
      implementation and force usage of the Native Posix Thread
      Library.
    </flag>
    <flag name='urandom'>
      Linux-only: use /dev/urandom (pseudo-random number generation)
      instead of the default use of random() PRNG.
    </flag>
  </use>
</pkgmetadata>