Skip to content

Instantly share code, notes, and snippets.

@mjones129
Created January 5, 2024 16:20
Show Gist options
  • Save mjones129/7a73205e7c01538fa7d2c43ffcab3304 to your computer and use it in GitHub Desktop.
Save mjones129/7a73205e7c01538fa7d2c43ffcab3304 to your computer and use it in GitHub Desktop.
Enable (or re-enable) internet access in WSL2 after reboot
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment