no-resolv no-hosts interface={{ hass_interface }} dhcp-range=set:homeassistant,{{ hass_dhcp_range.start }},{{ hass_dhcp_range.end }},{{ hass_dhcp_lease_time }} domain={{ hass_dns_domain }},{{ hass_net_cidr }} interface-name={{ homeassistant_server_name }},{{ hass_interface }} {% if hass_net_gateway|d %} dhcp-option=option:router,{{ hass_net_gateway }} {% endif %}