[Solved] DNS not workinig after update

yesterday i did few YunoHost system updates on my Raspi and today all my subdomains where all my apps are installed are not reachable.

that is what i see in the diagnosis:

DNS resolution seems to be working, but it looks like you're using a custom `/etc/resolv.conf`.

* The file `/etc/resolv.conf` should be a symlink to `/etc/resolvconf/run/resolv.conf` itself pointing to `127.0.0.1` (dnsmasq). If you want to manually configure DNS resolvers, please edit `/etc/resolv.dnsmasq.conf`.

Not sure what to do… can someone help?
THANKS

so i looked up

cat /etc/resolv.conf

that gave me nameserver 8.8.8.8

I edited by :

sudo nano /etc/resolv.conf

to nameserver 127.0.0.1

and did

sudo systemctl restart resolvconf

but sitll the the IPs for the subdomains are not updating…

what could i try next?
Thanks

If you want to update a dynamic public ip did you try yunohost dyndns update --force ?

thanks but

sudo yunohost dyndns update --force                                                                          
Error: No domain registered with DynDNS

What could i try next?

just had to wait a while… now it works again… :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.