diff --git a/roles/network/templates/network/dnsmasq-iiab b/roles/network/templates/network/dnsmasq-iiab index ca3911e4f..eee4cb6ae 100644 --- a/roles/network/templates/network/dnsmasq-iiab +++ b/roles/network/templates/network/dnsmasq-iiab @@ -1,5 +1,10 @@ #IIAB +{% if is_raspbian is true %} +bind-dynamic +{% else %} bind-interfaces +{% endif %} + # Wan nameserver if manually set {% if wan_nameserver is not none %} no-resolv