From 57ac32d4857c8bf01d152dcf110e1ab2e91a84bb Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 6 Jul 2018 13:28:28 +0200 Subject: Add resolv --- install.sh | 2 ++ resolv/etc/resolvconf.conf | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 resolv/etc/resolvconf.conf diff --git a/install.sh b/install.sh index 931ed2e..b8c95ed 100755 --- a/install.sh +++ b/install.sh @@ -94,3 +94,5 @@ #tpac -S dnsmasq #sudo stow -t / dnsmasq +#sudo stow -t / resolv +#sudo resolvconf -u diff --git a/resolv/etc/resolvconf.conf b/resolv/etc/resolvconf.conf new file mode 100644 index 0000000..74d9898 --- /dev/null +++ b/resolv/etc/resolvconf.conf @@ -0,0 +1,7 @@ +# Configuration for resolvconf(8) +# See resolvconf.conf(5) for details + +resolv_conf=/etc/resolv.conf +# If you run a local name server, you should uncomment the below line and +# configure your subscribers configuration files below. +name_servers=127.0.0.1 -- cgit v1.2.1