[package] add pdnsd DNS proxy
authorFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 14:08:47 +0000 (14:08 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 13 Aug 2012 14:08:47 +0000 (14:08 +0000)
commit01d1951058dd359a04f2b118d4b5cb3d727acd2d
treef84f2476ea2096b758fd2a3e79cf208ae48e5b85
parenta227cd91a88bf42e658e3f8fc7d6f4d30d9bebc7
[package] add pdnsd DNS proxy

pdnsd, is an IPv6 capable proxy DNS server with permanent caching (the cache
contents are written to hard disk on exit) that is designed to cope with
unreachable 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.

Signed-off-by: Sebastian Muszynski <basti@linkt.de>
SVN-Revision: 33173
net/pdnsd/Makefile [new file with mode: 0644]
net/pdnsd/files/pdnsd.init [new file with mode: 0644]