blob: bae9170c1ce3e4e390010345f6aea2a90d2609f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.
|