minikube ssh <-- git bash window
sudo su - <-- within the minikube environment
cat << EOF > /etc/systemd/resolved.conf
> [Resolve]
> DNS=1.1.1.1
> FallbackDNS=1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:486
> EOF
systemctl restart systemd-resolved