I installed HASS on a raspberrypi using hassbian. Now I’m trying to setup Let’s Encrypt for remote access, but for some reason it can resolve the hostname of the certbot (e.g. dl.eff.org). And it can’t resolve any website IP address.
If I enter ping -c 1 8.8.8.8 it works, but ping -c 1 www.google.com does not.
I added dns-nameservers 8.8.8.8 8.8.4.4 to the /etc/network/interfaces but no luck.