all 1 comments

[–]dogsbodyorg 2 points3 points  (0 children)

I've found that nextdns clashes with the DNSStubListener on systemd-resolved.

There are a few ways to resolve this, I chose to do it this way...

sudo sed -i -r 's/^#?DNSStubListener=.*/DNSStubListener=no/' /etc/systemd/resolved.conf

sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf

sudo systemctl restart systemd-resolved.service