Custom DNS on Ubuntu 18.04LTS server

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