Skip to content
New issue

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

slow internet connection #25

Open
msh2050 opened this issue Jan 20, 2022 · 1 comment
Open

slow internet connection #25

msh2050 opened this issue Jan 20, 2022 · 1 comment

Comments

@msh2050
Copy link

msh2050 commented Jan 20, 2022

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
@freed00m
Copy link

freed00m commented May 6, 2022

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?

The generateResolvConf = false should probably go to resolv conf conf file if there is such equivalent for resolv.conf generator.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants