From fab29b78d87d0114ecbdfbcac3b0e7c0edb463ba Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Dec 2020 22:09:00 +0000 Subject: Initial commit --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..bae9170 --- /dev/null +++ b/README @@ -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 + + Please use the mailing-list for +questions about dnsfunnel. -- cgit v1.3.1