diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 22:09:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 22:09:00 +0000 |
commit | fab29b78d87d0114ecbdfbcac3b0e7c0edb463ba (patch) | |
tree | 786d09f619fa7302851e02fa7d51f53151db518c /README | |
download | dnsfunnel-fab29b78d87d0114ecbdfbcac3b0e7c0edb463ba.tar.xz |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +dnsfunnel - a small local DNS forwarder +--------------------------------------- + + dnsfunnel is a DNS forwarder (aka, a DNS cache without a +cache) meant to listen to local requests and forward them to +real caches. The point is to move from a +"list several caches in /etc/resolv.conf" model to a +"only list 127.0.0.1 in /etc/resolv.conf" one, which has +architectural advantages and isolates the libc's stub resolver +from various DNS implementation infelicities. + + See https://skarnet.org/software/dnsfunnel/ for details. + + +* Installation + ------------ + + See the INSTALL file. + + +* Contact information + ------------------- + + Laurent Bercot <ska-skaware at skarnet.org> + + Please use the <skaware at list.skarnet.org> mailing-list for +questions about dnsfunnel. |