Skip to content

Instantly share code, notes, and snippets.

View Valkhan's full-sized avatar

Paulo Lima Valkhan

View GitHub Profile
@brian-pickens
brian-pickens / wsl-dns.md
Last active January 18, 2024 13:41
This is how I fixed my DNS issues in WSL and Docker Desktop for Windows

Fixes I found

Update /etc/wsl.conf

In the network section, set generateResolvConf = false like so:

[network]
generateHosts = true
generateResolvConf = false