diff options
author | will <will@FreeBSD.org> | 2001-03-11 03:33:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 03:33:51 +0800 |
commit | 80206bcb9084541dc164caa7db3c061cd2093b2d (patch) | |
tree | 80f097ea2c0a9d627d833365c95cd168b29fb24f /net/dnrd/pkg-descr | |
parent | 30b7014249ef005cb49863f749b1ae7b27169185 (diff) | |
download | freebsd-ports-gnome-80206bcb9084541dc164caa7db3c061cd2093b2d.tar.gz freebsd-ports-gnome-80206bcb9084541dc164caa7db3c061cd2093b2d.tar.zst freebsd-ports-gnome-80206bcb9084541dc164caa7db3c061cd2093b2d.zip |
Add dnrd 2.9, a proxy DNS daemon.
PR: 24107
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'net/dnrd/pkg-descr')
-rw-r--r-- | net/dnrd/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/dnrd/pkg-descr b/net/dnrd/pkg-descr new file mode 100644 index 000000000000..3c8e8f93c8b1 --- /dev/null +++ b/net/dnrd/pkg-descr @@ -0,0 +1,19 @@ +DNRD is a proxy name server. To clients on your home network, +it looks just like a name server. In reality, it forwards every +DNS query to the "real" DNS server, and forwards responses back +to the client. + +So, why would you want to use it? DNRD was designed for home +networks where you might want to dial into more than one ISP +(ie, your home ISP and a dialup connection to your office). The +problem with multiple dialups is that you need to change +/etc/resolv.conf for each one. With DNRD, this is no longer +necessary. + +Your dialup machine will run DNRD (with appropriate options for +forwarding messages to the desired DNS servers). All other +machines on the home network, including the dialup machine +itself, will use the dialup machine as its DNS server. + +- George Reid +greid@ukug.uk.freebsd.org |