我可以在我的iPad上加载任何网站,它是即时的。在我的新Ubuntu18.04笔记本电脑,它需要5-10秒,最初加载任何新的网站。相同网站的后续加载在Ubuntu上是即时的。我可以看全高清YouTube没有问题,我的连接是快速的。
从谷歌我认为这是某种类型的DNS问题?但是为什么这个问题不在我的iPad上发生呢?我该怎么解决这个问题?
我不能使用Ubuntu,如果所有的新网站需要5-10秒的加载。谢谢
发布于 2018-12-03 15:22:32
我想是这个错误就是问题所在。。解决方案#38就是答案。感谢@ubfan1 1
sudo rm -f /etc/resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
sudo nano /etc/systemd/resolved.conf
# then added the google nameservers to my file, adding this line.
nameserver 8.8.8.8
https://askubuntu.com/questions/1097770
复制相似问题