<div dir="ltr">Hi,<div><br></div><div>I am working on a legacy application, which uses "xxxx.local" format names. I have setup dnsmasq in my system. </div><div><br></div><div>/usr/sbin/dnsmasq -k --bind-interfaces --listen-address=127.0.0.1,192.168.101.101 --dns-forward-max=1000 --cache-size=10000 --server 10.58.112.113<br></div><div><br></div><div>If I run my application, which does getaddrinfo on "xxxx.local" as first step,I get</div><div><br></div><div>"Name or service not known"</div><div><br></div><div>Does dnsmasq not resolve ".local" names too ? How to resolve ".local" names ? </div><div>All my resolutions are only within my machine. I am not entertaining any DNS resolution outside of my machine.</div><div><br></div><div>Regards,</div><div>Mukuntha.</div></div>