X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/296d853cc95fd5bef262248cfe21b507abd26a4f..55efba31a241826ed31597b14f2b5eb9efe808f1:/pymin/services/dhcp/templates/dhcpd.conf diff --git a/pymin/services/dhcp/templates/dhcpd.conf b/pymin/services/dhcp/templates/dhcpd.conf index 19e43ab..4394d78 100644 --- a/pymin/services/dhcp/templates/dhcpd.conf +++ b/pymin/services/dhcp/templates/dhcpd.conf @@ -1,7 +1,7 @@ ddns-update-style none; -option domain-name ${domain_name}; +option domain-name "${domain_name}"; option domain-name-servers ${dns_1}, ${dns_2}; authoritative;