> > So far all is done manually. Is there some way to automatically > > add hosts and hostnames to Unbound when a lease is granted from > > dhcpd or some other way? > > We have a database where we store among other things,name, mac address > and assigned ip of the host, and a script that generates zones and > dhcpd config.
I've done the same at places, make a script or program that keeps all such info in one place, be it a database or versioned textfile and just have it generate dhcp and dns configs. If you later need to add wg pubkeys or vlan 802.1x configurations or whatever, add those fields to the same textfile or DB and have the same script/program generate those too. -- May the most significant bit of your life be positive.

