Custom DNS on Ubuntu 18.04LTS server
Posted seeken
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于Custom DNS on Ubuntu 18.04LTS server的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu 18.0Lts +YouCompleteMe插件安装
Ubuntu18.0 解决python虚拟环境中不同用户下或者python多版本环境中指定虚拟环境的使用问题