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)
commit220bc9f4b2011e04f85dd4c62e8ab0d70f0b6680
tree8e6cc6077ec5616afecea90b65cb3dd198bcfa0c
parent2166f68766737d3ade35a729753c57ded364aee5
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]