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