with reference to this  Setup Simple Zone With SNAT and DHCP I tried to set the simple zone it's working fine. but I am not sure if we can set up multiple DNS servers and search domain in subnet.cfg file.
please share any guidance or reference to any article
	
	
	
		
				
			please share any guidance or reference to any article
		Code:
	
	                                                                     /etc/pve/sdn/subnets.cfg                                                                                           
subnet: inside-10.10.10.0-24
        vnet VLAN10
        dhcp-range start-address=10.10.10.11,end-address=10.10.10.149
        dhcp-dns-server 10.10.10.110
#        dhcp-dns-server 8.8.8.8,10.10.10.110
        gateway 10.10.10.1
        domain=mylab.local
        snat 1 
	 
	