<div dir="ltr">Hello,<br><br>I have the following config in unbound.conf:<br><br># Company DNS<br>forward-zone:<br>    name: "company.lan"<br>    forward-addr: 192.168.0.1 <br><br># OpenDNS via dnscrypt-proxy<br>
forward-zone:<br>    name: "."<br>    forward-addr: 127.0.0.1@40<br><br>... and this works great most of the time, the problem is I often receive emails with links to servers on the company lan such as "<a href="http://host1/">http://host1/</a>" rather than "<a href="http://host1.company.lan/">http://host1.company.lan/</a>".<br>
<br>I'd prefer not to hardcode the unqualified hostname "host1" to its *current* IP address as it may be subject to change.<br><br>Is there a way to force the unqualified hostname "host1" to be resolved by the companies internal DNS server on 192.168.0.1?<br>
<br>Thank you.<br></div>