Source: dnsproxy Section: net Priority: optional Maintainer: Patrick Schoenfeld Homepage: http://wolfermann.org/dnsproxy.html Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/dnsproxy/trunk Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/dnsproxy Build-Depends: debhelper (>= 7.1), autotools-dev, libevent-dev, groff-base, quilt Standards-Version: 3.8.4 Package: dnsproxy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base Description: proxy for DNS queries dnsproxy forwards DNS queries to two previously configured nameservers: one for authoritative queries and another for recursive queries. The received answers are sent back to the client unchanged. No local caching is done. . Primary motivation for this project was the need to replace Bind servers with djbdns in an ISP environment. These servers get recursive queries from customers and authoritative queries from outside at the same IP address. Now it is possible to run dnscache and tinydns on the same machine with queries dispatched by dnsproxy. . Another possible scenario is a firewall where proxy queries should be forwarded to the real server in a DMZ.