[package] add pdnsd DNS proxy
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Aug 2012 14:08:47 +0000 (14:08 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Aug 2012 14:08:47 +0000 (14:08 +0000)
commitc8e8e5f72e53f9d185229c57e5d5576101be0ee7
treef84f2476ea2096b758fd2a3e79cf208ae48e5b85
parentfc85d2fa0d325f7cc9529510a3f74911d7871149
[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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33173 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/pdnsd/Makefile [new file with mode: 0644]
net/pdnsd/files/pdnsd.init [new file with mode: 0644]