Delegate DNS to the host via the gateway IP

This commit is contained in:
2026-02-21 09:02:16 -05:00
parent b17d132497
commit ac99af8517

View File

@@ -19,5 +19,4 @@ mv /etc/network/interfaces.d /etc/network/interfaces.d.save
systemctl enable systemd-networkd systemctl enable systemd-networkd
systemctl disable networking systemctl disable networking
printf "nameserver %s\n" 9.9.9.9 8.8.8.8 >/etc/resolv.conf echo "nameserver 192.168.121.1" >/etc/resolv.conf
cat /etc/resolv.conf