Hacker News new | ask | show | jobs
by dmacvicar 481 days ago
I do something similar to Pi-Hole using plain dnsmasq.

I use two old PINE64 (one with FreeBSD, one NetBSD to make it more fun), and the Ansible configuration downloads https://github.com/ShadowWhisperer/BlockLists and creates a file dnsmasq can use. Which lists from the repo to use is defined as a variable.

Works very well and I feel I can understand what is going on.