X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/296d853cc95fd5bef262248cfe21b507abd26a4f..aae58180130b21097e8d5af0e9ca7a8745247d36:/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;