I have very slow internet connection
I compare it with ubuntu distro...
can I use this solution? source
sudo rm /etc/resolv.conf
sudo bash -c 'echo "nameserver 8.8.8.8" > /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
I have very slow internet connection
I compare it with ubuntu distro...
can I use this solution? source