diff --git a/scripts/install.sh b/scripts/install.sh index 6857ea7..f8aba99 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -226,6 +226,7 @@ echo "address=/.mistborn/10.2.3.1" | sudo tee ../mistborn_volumes/base/pihole/et # ResolvConf (OpenResolv installed with Wireguard) sudo sed -i "s/#name_servers.*/name_servers=$IPV4_PUBLIC/" /etc/resolvconf.conf sudo sed -i "s/name_servers.*/name_servers=$IPV4_PUBLIC/" /etc/resolvconf.conf +echo "nameserver $IPV4_PUBLIC" | sudo tee /etc/resolvconf/resolv.conf.d/tail #sudo sed -i "s/#name_servers.*/name_servers=127.0.0.1/" /etc/resolvconf.conf sudo resolvconf -u 1>/dev/null 2>&1