Delegate DNS to the host via the gateway IP
This commit is contained in:
@@ -19,5 +19,4 @@ mv /etc/network/interfaces.d /etc/network/interfaces.d.save
|
||||
systemctl enable systemd-networkd
|
||||
systemctl disable networking
|
||||
|
||||
printf "nameserver %s\n" 9.9.9.9 8.8.8.8 >/etc/resolv.conf
|
||||
cat /etc/resolv.conf
|
||||
echo "nameserver 192.168.121.1" >/etc/resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user