its all in help text for unbound settings:DHCP Domain Override: The domain name to use for DHCP hostname registration. If empty, the default system domain is used. Note that all DHCP leases will be assigned to the same domain. If this is undesired, static DHCP lease registration is able to provide coherent mappings.
@pmhausensorry, don't quite understand.
# my first VLANsubnet 192.168.1.0 netmask 255.255.255.0{ option subnet-mask 255.255.255.0; option routers 192.168.1.1; option domain-name "first.do.main"; option domain-name-servers 192.168.1.1;}# my second VLANsubnet 192.168.2.0 netmask 255.255.255.0{ option subnet-mask 255.255.255.0; option routers 192.168.2.1; option domain-name "second.do.main"; option domain-name-servers 192.168.2.1;}
Doesn't Unbound support ddns updates from dhcpd like BIND does? But I get your point.