DNS Crypt
A few years back I wrote a blogpost about how I combined a dockerized cloudflared proxy-dns with pi-hole to get DNS over HTTPS up and running at home. The idea was simple: wrap the cloudflared binary into a lightweight docker image, wire it up with pi-hole, and have your DNS requests travel over HTTPS rather than plain UDP.
It was a modest little project. Nothing fancy — just packaging an existing binary, writing some dgoss tests around it, and automating the builds for multiple architectures through CI. But apparently it scratched an itch for a lot of people, because over the …