Imported Debian patch 1:1.05-8
[hcoop/zz_old/debian/djbdns.git] / debian / dnscache-run.README.Debian
CommitLineData
b4588d5c
GP
1dnscache-run for Debian
2-----------------------
3
4This package automatically sets up the djbdns package to provide a
5dnscache service. By default the dnscache service listens on
6127.0.0.1:53, and /etc/resolv.conf is adjusted accordingly.
7
8To make the dnscache service available to other machines, you can
9change the IP dnscache should listen on by changing the configuration
10in /etc/dnscache/, e.g.
11
12 # echo 192.168.0.1 >/etc/dnscache/env/IP
13 # touch /etc/dnscache/root/ip/192.168.0
14 # svc -t /etc/service/dnscache
15 # perl -p -i -e 's/nameserver 127.0.0.1/nameserver 192.168.0.1/' \
16 /etc/resolv.conf
17
18See http://cr.yp.to/djbdns.html for detailed documentation.
19
20 -- Gerrit Pape <pape@smarden.org>, Tue, 13 May 2008 18:56:32 +0000