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
posted @ 2019-04-29 13:53  Geeken  阅读(235)  评论(0编辑  收藏  举报