
Help on configuration: ${HOMEPAGE}

=> _After_ running dnscache-conf, do the following in your new
   dnscache directory to get a strong(er) random seed:

dd if=/dev/srandom of=seed bs=128 count=1

=> The necessary users and groups can be created like this:

groupadd dnscache
groupadd tinydns
groupadd dnslog
useradd -c DJBDNS -d /nonexistent -g dnscache -s /sbin/nologin dnscache
useradd -c DJBDNS -d /nonexistent -g tinydns -s /sbin/nologin tinydns
useradd -c DJBDNS -d /nonexistent -g dnslog -s /sbin/nologin dnslog
