Heyo,
I have a split-brain DNS set up at home, with internal homelab domains using PowerDNS as a single source of truth alongside DHCP-specific domains. So for example, [hostname].home.internal, [hostname].guest.internal, [hostname].iot.internal all go through my router's default DHCP/dnsmasq setup (dynamic), and then [hostname].srv.internal goes to PowerDNS - so more static.
It'd be awesome if I could match the same set up with leng, as the NextDNS client I currently use doesn't support any more advanced metrics than "100 domains in cache" - and I'd love to be able to see timings etc so I can debug network issues.
dnsmasq's syntax, for example, is server=/home.internal/192.168.1.1, where *.home.internal is resolved by 192.168.1.1.
Heyo,
I have a split-brain DNS set up at home, with internal homelab domains using PowerDNS as a single source of truth alongside DHCP-specific domains. So for example,
[hostname].home.internal,[hostname].guest.internal,[hostname].iot.internalall go through my router's default DHCP/dnsmasq setup (dynamic), and then[hostname].srv.internalgoes to PowerDNS - so more static.It'd be awesome if I could match the same set up with leng, as the NextDNS client I currently use doesn't support any more advanced metrics than "100 domains in cache" - and I'd love to be able to see timings etc so I can debug network issues.
dnsmasq's syntax, for example, is
server=/home.internal/192.168.1.1, where*.home.internalis resolved by192.168.1.1.