e0a977f40d
directions
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
|
|
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
|
|
|
|
Create the needed users and groups 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
|