<html><head></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><pre>Trying to migrate from dnsmasq to unbound, I have a problem getting the setup to match.</pre><pre><br></pre><pre>I have domain example.com which is hosted by our website service provider so I can browse to <a href="http://example.com/">http://example.com/</a> (no www needed). I also run a web server locally for various in-house systems which are</pre><pre>subdomains of example.com - e.g mail.example.com, apex.example.com etc.</pre><pre><br></pre><pre>If I try to use config lines such as:</pre><pre><br></pre><pre>local-data: "mail.example.com. IN A 192.168.0.14"</pre><pre>local-data:  "example.com. IN MX 1 mail.example.com"</pre><pre>local-data: "apex.example.com. IN A 192.168.0.10"</pre><pre>local-data-ptr: "192.168.0.14 mail.example.com"</pre><pre><br></pre><pre>I then cannot browse to <a href="http://example.com/">http://example.com/</a> and I am currently having to add a config line containing the actual IP address of the website at our hosting provider:</pre><pre><br></pre><pre>local-data: "example.com IN A <website ip-address>"</pre><pre><br></pre><pre>Can anyone help me get this setup the right way?</pre><pre><br></pre><pre>Neil.</pre><div><br></div><div><span></span></div></body></html>