sh 永久更改DNS Ubuntu

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 永久更改DNS Ubuntu相关的知识,希望对你有一定的参考价值。

#!/bin/sh
# set Giga DNS and Google DNS
echo -e 'nameserver 189.38.95.95\nnameserver 8.8.8.8\nnameserver 2804:10:10::10' > /etc/resolvconf/resolv.conf.d/head
resolvconf -u
cat /etc/resolv.conf

以上是关于sh 永久更改DNS Ubuntu的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu中设置永久的DNS

Ubuntu下修改为永久DNS的方法

ubuntu 设定永久dns

学习笔记:ubuntu永久修改DNS的两种方法

sh 永久挂载网络驱动器Ubuntu 16.04

sh 如何永久更改minikube时区