diff --git a/etc/NetworkManager/conf.d/.gitignore b/etc/NetworkManager/conf.d/.gitignore index dcead147..2fbea1c9 100644 --- a/etc/NetworkManager/conf.d/.gitignore +++ b/etc/NetworkManager/conf.d/.gitignore @@ -1,2 +1 @@ -dns-none.conf no-resolvconf.conf diff --git a/etc/NetworkManager/conf.d/dns-none.conf b/etc/NetworkManager/conf.d/dns-none.conf deleted file mode 120000 index 38b49fb5..00000000 --- a/etc/NetworkManager/conf.d/dns-none.conf +++ /dev/null @@ -1 +0,0 @@ -paws-off-my-resolv.conf \ No newline at end of file diff --git a/etc/NetworkManager/conf.d/dns-none.conf b/etc/NetworkManager/conf.d/dns-none.conf new file mode 100644 index 00000000..f9753111 --- /dev/null +++ b/etc/NetworkManager/conf.d/dns-none.conf @@ -0,0 +1,5 @@ +[main] +dns=none +rc-manager=unmanaged + +# vim: filetype=NetworkManager.conf