ping www.baidu.com 域名解析暂时失败,首次尝试编辑/etc/resolved.conf文件DNS为114.114.114.114,reboot后又恢复到127.0.0.53的内容
# vi /etc/systemd/resolved.conf
# 在其中添加dns信息
DNS=114.114.114.114
# 保存退出
systemctl restart systemd-resolved
systemctl enable systemd-resolved
mv /etc/resolv.conf /etc/resolv.conf.bak
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
cat /etc/resolv.conf