]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/dhcp/templates/dhcpd.conf
Use a plug-in architecture for services (refs #27).
[software/pymin.git] / pymin / services / dhcp / templates / dhcpd.conf
index 19e43abb7e8a741042a43096da919d8dbb0094d3..4394d78d483fb9bac29681f2b7f9e6db599ee5ba 100644 (file)
@@ -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;