ubuntu dns的设置

1、找到文件:
/etc/systemd/resolved.conf
增加尾行:
DNS=114.114.114.114 8.8.8.8

2、改变软连接:
/run/systemd/resolve/resolv.conf 会随/etc/systemd/resolved.conf变化更改。
创建 它的软连接。为/etc/resolv.conf。
ls -l /etc/resolv.conf
删除原软连接:
sudo rm /etc/resolved.conf
创建新软连接:
sudo ln -s /run/systemd/resolve/resolv.conf /etc

3、重启服务或系统
sudo systemctl restart systemd-resolved.service 生效。

其他说明:
检查代理的配置文件:
/etc/profile.d/proxy.sh
查看命令:
env | grep -i proxy

posted @ 2024-07-15 10:50  太平东路  阅读(543)  评论(0编辑  收藏  举报