1
0
Fork 0
mirror of git://git.skarnet.org/dnsfunnel synced 2026-06-03 22:54:09 +00:00
No description
  • C 70.3%
  • Makefile 17.4%
  • Shell 12.3%
Find a file
2026-05-09 13:50:04 +00:00
doc Update deps/docs/mirrors 2026-04-04 16:11:34 +00:00
package Update deps/docs/mirrors 2026-04-04 16:11:34 +00:00
src/dnsfunnel Turn queries into a doubly linked list 2024-10-04 01:49:38 +00:00
tools Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
.gitignore Prepare for 0.0.3.0; move to new system 2025-04-28 07:34:38 +00:00
AUTHORS Initial commit 2020-12-28 22:09:00 +00:00
configure Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
CONTRIBUTING Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
COPYING Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
DCO Adapt to skalibs-2.11.0.0 2021-08-04 13:42:59 +00:00
INSTALL Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
Makefile Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
NEWS Add support for disabling rpath; prepare for 0.0.3.2 2026-03-31 12:02:57 +00:00
patch-for-solaris version: 0.0.2.0 2024-10-09 14:29:20 +00:00
README version: 0.0.3.2 2026-05-09 13:50:04 +00:00
README.solaris version: 0.0.1.6 2023-11-06 13:28:07 +00:00

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.