I do it via dnsmasq, that Pi uses.
I have a ansible playbook, that i use to sync my Piholes.
Comment on leng - a fast DNS server with adblocking, built for self-hosting
nico@r.dcotta.eu 11 months agoIncluding SRV records? I found that some servers (blocky as well) only support very basic CNAME or A records, without being able to specify parameters like TTL, etc.
I also appreciate being able to define this in a file rather than a web UI
I do it via dnsmasq, that Pi uses.
I have a ansible playbook, that i use to sync my Piholes.
AndyM@feddit.de 11 months ago
It’s based on dnsmasq. You could always specify custom records, even before there was an option in the web interface. Just create a config file in /etc/dnsmasq.d
Just look up these options: host-record cname srv-host
nico@r.dcotta.eu 11 months ago
Thanks! I didn’t know you could do that. I’ll see how it compares to my current solution