1. Edit resolved config file
nano /etc/systemd/resolved.conf
2. Replace #DNS into DNS
DNS=9.9.9.9 1.1.1.1
3. Restart systemd service
service systemd-resolved restart
4. Finally, check the status
systemd-resolve --status
原文地址:https://www.cnblogs.com/seeken/p/10789959.html
时间: 2024-10-11 23:50:25