<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 29/11/2023 20:27, Tim Garay via
      Pdns-users wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:01d601da2302$84ebe5d0$8ec3b170$@garayfam.com">
      <p class="MsoNormal">How can I setup PDNS to resolve short names?<o:p></o:p></p>
      <p class="MsoNormal"><o:p> </o:p></p>
      <p class="MsoNormal">I would like to be able to resolve something
        like “testserver” to 192.168.1.1.  No domain.<o:p></o:p></p>
    </blockquote>
    <p>Generally this is the job of the stub resolver on the client, to
      expand "testserver" to "testserver.some.domain", by configuring it
      to retry queries which fail by adding "some.domain" to them.</p>
    <p>Most clients will honour a DHCP parameter for the search domain.
      For example, a Linux client may put the setting "search
      some.domain" in /etc/resolv.conf</p>
  </body>
</html>