我的理解是,如果我使用第三方 DNS(Google 等)或 ISP(Comcast 等)提供的 DNS,则不需要打开 LLMNR 功能。我试图禁用它,但设置LLMNR=no
并/etc/systemd/resolved.conf
重新启动盒子似乎不起作用。
我使用的是 Ubuntu 17.10。我怎样才能实现这个目标?
答案1
LLMNR=no
添加后/etc/systemd/resolved.conf
您应该启动该systemd-resolved.service
服务:
sudo systemctl start systemd-resolved.service
然后创建一个符号链接:
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
启用该服务:
sudo systemctl enable systemd-resolved.service