在终端输入一下指令
apt update && apt install systemd-resolved -y
systemctl enable --now systemd-resolved
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf 发布于 2025-12-10 27 次阅读
在终端输入一下指令
apt update && apt install systemd-resolved -y
systemctl enable --now systemd-resolved
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Comments NOTHING