<html><head></head><body>It would be useful to always add the dhcp-host name to the DNS even if the client didn't ask for a DHCP request.<br><div class="mcnt"><div><br>The current workaround is adding a host-record or an entry in /etc/hosts.<br>But I prefer the one-line configuration option.<br>Maybe by adding an extra flag like "dns" to control the behavior.<br><br>Using dnsmasq v2.66.<br><br>Example:<br><br>### PRINTERS ###<br><br># Printer, HP LaserJet 2100<br>dhcp-host=00:01:e6:22:37:4d,192.168.10.240,"PTR-LJ2100"<br>cname="PRINTER-LJ2100","PTR-LJ2100"<br><br>To:<br><br># Printer, HP LaserJet 2100<br>dhcp-host=00:01:e6:22:37:4d,192.168.10.240,"PTR-LJ2100",dns<br>cname="PRINTER-LJ2100","PTR-LJ2100"<br><br>Greats,<br><br>René van Dorst</div></div></body></html>