<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi list,</p>
    <p>configuring ipxe boot recommends configuring an isc-dhcp-server
      i.e. in this way: <br>
    </p>
    <pre class="code">  if exists user-class and option user-class = "iPXE" {
      filename <a class="moz-txt-link-rfc2396E" href="http://my.web.server/real_boot_script.php">"http://my.web.server/real_boot_script.php"</a>;
  } else {
      filename "undionly.kpxe";
  }

reffering to dhcp option 77 "User Class Information". Is it possible to build a similar construct in dnsmasq.conf?

Tfh!
Oliver

</pre>
  </body>
</html>