Skip to content

Instantly share code, notes, and snippets.

@lukasondrejka
Last active September 29, 2024 12:04
Show Gist options
  • Save lukasondrejka/27dd13318501ecc48b865d4ceaf02888 to your computer and use it in GitHub Desktop.
Save lukasondrejka/27dd13318501ecc48b865d4ceaf02888 to your computer and use it in GitHub Desktop.
WSL networking fix
sudo rm /etc/resolv.conf
sudo bash -c 'echo "nameserver 1.1.1.1" > /etc/resolv.conf'
sudo bash -c 'echo "[network]" > /etc/wsl.conf'
sudo bash -c 'echo "generateResolvConf = false" >> /etc/wsl.conf'
sudo chattr +i /etc/resolv.conf
@lukasondrejka
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment