aboutsummaryrefslogtreecommitdiffstats
path: root/net/pdnsd/pkg-descr
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2000-12-14 11:27:37 +0800
committerjeh <jeh@FreeBSD.org>2000-12-14 11:27:37 +0800
commitac79c84b544f8b354dad1ea47957ad5d310e7607 (patch)
treec9a5b6f6cc2e69f8eb133b3a02e50c673155271f /net/pdnsd/pkg-descr
parentf8e08cb1cc0c19e86ecf9c0d43bbfb38f06837d6 (diff)
downloadfreebsd-ports-gnome-ac79c84b544f8b354dad1ea47957ad5d310e7607.tar.gz
freebsd-ports-gnome-ac79c84b544f8b354dad1ea47957ad5d310e7607.tar.zst
freebsd-ports-gnome-ac79c84b544f8b354dad1ea47957ad5d310e7607.zip
New Port: net/pdns
pdnsd is a proxy dns server with permanent caching PR: 22963 Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'net/pdnsd/pkg-descr')
-rw-r--r--net/pdnsd/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/pdnsd/pkg-descr b/net/pdnsd/pkg-descr
new file mode 100644
index 000000000000..b21dd3bc6945
--- /dev/null
+++ b/net/pdnsd/pkg-descr
@@ -0,0 +1,20 @@
+pdnsd is a proxy dns server with permanent caching (the cache contents are
+written to hard disk on exit) that is designed to cope with unreacheable or
+down dns servers (for example in dial-in networking).
+pdnsd can be used with applications that do dns lookups, eg on startup, and
+can't be configured to change that behaviour, to prevent the often minute-long
+hangs (or even crashes) that result from stalled dns queries. Some Netscape
+Navigator versions for Unix, for example, expose this behaviour.
+pdnsd is configurable via a file and supports run-time configuration using the
+program pdnsd-ctl that comes with pdnsd. This allows you to set the status
+flags of servers that pdnsd knows (to influence which servers pdnsd will
+query), and the addition, deletion and invalidation of DNS records in pdnsd's
+cache.
+Parallel name server queries are supported. This is a technique that allows
+querying several servers at the same time so that very slow or unavailable
+servers will not block the answer for one timeout interval.
+Since version 1.0.0, pdnsd has full IPv6 support.
+
+WWW: http://home.t-online.de/home/Moestl/
+
+Roman Shterenzon <roman@xpert.com>