aboutsummaryrefslogtreecommitdiff
path: root/source/notes/2016-12-12-dns.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-06-20 19:03:17 +0200
committerneodarz <neodarz@neodarz.net>2017-06-20 19:03:17 +0200
commit6dbdf013628321f9996efe4a90eaa03b8a8875a4 (patch)
tree0d48ee911685c9170ee7750b5cc21e117918a5d5 /source/notes/2016-12-12-dns.md
parente11b17c3265cca97b244fa368391cdfe8dd182f0 (diff)
downloadmy_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.tar.xz
my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.zip
Fork of wiki.neodarz.net
Diffstat (limited to 'source/notes/2016-12-12-dns.md')
-rw-r--r--source/notes/2016-12-12-dns.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/notes/2016-12-12-dns.md b/source/notes/2016-12-12-dns.md
new file mode 100644
index 00000000..5e496b84
--- /dev/null
+++ b/source/notes/2016-12-12-dns.md
@@ -0,0 +1,17 @@
+---
+title: "dns"
+date: 2016-12-12T09:14:00
+date_display: Dec 12, 2016
+---
+
+Désactiver la reconfiguration auto du fichier de conf de netcl `/etc/NetworkManager/NetworkManager.conf` :
+
+```sh
+dhcp=none
+```
+
+PS : d'autres option disponible sur le [Wiki d'archlinux](https://wiki.archlinux.org/index.php/resolv.conf).
+Puis reboot.
+
+Changer le DNS, edit `/etc/resolv.conf` par ceux de [fdn](https://www.fdn.fr/actions/dns/) (par exemple).
+