<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi list,<br><br></div>I noticed a weird issue on Ubuntu 14.04, which installs dnsmasq 2.68. If I try to look up an A record for a non-existent host within the "localdomain" domain without edns, the server is unresponsive.<br><br></div>In other words, these commands all get a response from 127.0.0.1 in some way (NXDOMAIN or empty) :<br><br>  dig nosuchhost.localdomain<br></div>  dig nosuchhost.foo<br></div></div>  dig nosuchhost<br>  dig nosuchhost.foo +noedns<br>  dig nosuchhost +noedns<br><br></div>whereas, this command hangs:<br><br></div>  dig nosuchhost.localdomain +noedns<br><br>  ; <<>> DiG 9.9.5-3ubuntu0.7-Ubuntu <<>> nosuchhost.localdomain +noedns<br>  ;; global options: +cmd<br>  ;; connection timed out; no servers could be reached<br><br></div>This issue does not appear to be present in Ubuntu 15.10, which uses dnsmasq 2.75.<br><br></div>Was this a bug in dnsmasq that was fixed? Or a configuration difference between the two OS versions?<br><br></div>Thanks,<br></div>Justin<br></div>