I have an ESP32, running esp32-idf3-20191220-v1.12
The device boots fine, dhcps fine, indicating that is set to use one of my local dns servers.
In my code i try to resolve a local host xyz.mydomain.local :- fails

If I change the host to resolve to www.google.com it works.

I do add that the dns servers resolve all local addresses fine, approx 100 devices.
I have run a tcpdump on both local dns servers, and do not see any port 53 activity on either, odd eh.
I did notice a number of mdns packets, odd, as I have not asked the device to mdns.
So it looks like the ESP32 is mdns(ing), is this correct? If so is there away to force it to use good old dns lookups?
Regards John