This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# refrence: https://github.com/microsoft/WSL/issues/4926 | |
ip route delete default | |
sudo ip route delete default | |
sudo ip route add default via 192.168.137.1 | |
ip route | |
sudo nano /etc/resolv.conf # put name server:8.8.8.8 | |