We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 816f790 + 1e1d1b8 commit 66be458Copy full SHA for 66be458
1 file changed
WSL/troubleshooting.md
@@ -20,7 +20,7 @@ If after connecting to a VPN on Windows, bash loses network connectivity, try th
20
1. Take a note of the DNS server of the VPN from doing `ipconfig.exe /all`
21
2. Make a copy of the existing resolv.conf
22
`sudo cp /etc/resolv.conf /etc/resolv.conf.new`
23
-3. Unlink the current resolv.con
+3. Unlink the current resolv.conf
24
`sudo unlink /etc/resolv.conf`
25
4. `sudo mv /etc/resolv.conf.new /etc/resolv.conf`
26
5. Open `/etc/resolv.conf` and <br/>
0 commit comments