We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
Hmm sudoing from root user is not necessary.
Also, chattr is not available by default. do
~# apk add e2fsprogs-extra
to get it.
The /etc/wls.conf file seems to be ignored, maybe it is a bug?
/etc/wls.conf
The generateResolvConf = false should probably go to resolv conf conf file if there is such equivalent for resolv.conf generator.
generateResolvConf = false
Sorry, something went wrong.
No branches or pull requests
I have very slow internet connection
I compare it with ubuntu distro...
can I use this solution? source
The text was updated successfully, but these errors were encountered: