Skip to content

New dnsfunnel package for testing

Laurent Bercot requested to merge (removed):skarnet-20210120 into master
  • Bump skalibs to 2.10.0.1
  • Bump s6-dns to 2.3.5.0
  • Add testing/dnsfunnel

dnsfunnel is a small DNS daemon interposing itself between musl's gai and broken DNS caches/servers, performing truncation of long responses, working around spurious NXDOMAINs, and potentially doing other things in the future. Written on a suggestion from Ariadne. It's in testing/ at the moment because it needs beta testing in environments where the workarounds can actually trigger. I have tested it for all the normal cases, but I don't have the infrastructure to, for instance, simulate a spurious NXDOMAIN.

Merge request reports