Hi i have some problem with dns resolution in windows 10. Im using ipv6. Dns6 servers takes higher priority in name resolution.
So if I added ipv4 address of my docker machine to the network interface on my host as dns4 service, the name resolution not working.
nslookup some-project.dev returns non existent domain, from dns6 service
if i disable ipv6 on my hosts network interface,
nslookup some-project.dev returns 127.0.0.1, from dns4 service (docker machine - devilbox).
How to change priority for dns name resolution in Windows ? (first ipv4 then ipv6 )