From 79960e750d469bde680dc88a6f30fd103953d3a0 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 1 Jul 2019 20:15:36 -0400 Subject: [PATCH] add resolv.conf --- files | 1 + network/resolv.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 network/resolv.conf diff --git a/files b/files index c3f8fc9..e7e7de9 100644 --- a/files +++ b/files @@ -18,6 +18,7 @@ network/icecast.xml /etc/icecast.xml network/motsognir.conf /etc/motsognir.conf network/mpd.conf ~/.config/mpd/mpd.conf network/nginx.conf /etc/nginx/nginx.conf +network/resolv.conf /etc/resolv.conf scripts ~/src/scripts/* scripts/bookmark-get.ps1 /mnt/d/w2/Output/_dlscr/bookmark_get.ps1 system/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf diff --git a/network/resolv.conf b/network/resolv.conf new file mode 100644 index 0000000..276c26b --- /dev/null +++ b/network/resolv.conf @@ -0,0 +1,2 @@ +nameserver 8.8.8.8 +nameserver 8.8.4.4