I created a simple zone and enabled "automatic DHCP" in the zone configuration. I created a vnet in that zone, and a subnet in that vnet with a DHCP range. All of that works great. What I am confused about is why the GUI also doesn't have an option for that dnsmasq instance to serve DNS for the subnet(s) in the zone? It seems like a really obvious and useful feature and makes me think I am missing something. In fact, adding `domain=mydomain.com` to `/etc/dnsmasq.d/zone1/10-zone1.conf` and restarting the zone dnsmasq seems to do exactly what I want. Am I missing something?