Skip to content

Instantly share code, notes, and snippets.

@longdog
Created April 7, 2022 05:51
Show Gist options
  • Save longdog/0ae84691455612b77cef65afee21cab1 to your computer and use it in GitHub Desktop.
Save longdog/0ae84691455612b77cef65afee21cab1 to your computer and use it in GitHub Desktop.
fix wsl network
sed -i -e "s/[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}/1.1.1.1/g" /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment