Immediately after upgrading Ubuntu Server from 18.04 to 20.04 name resolution stopped working. If I edit /etc/resolv.conf and replace nameserver 127.0.0.1
with nameserver 8.8.8.8
then everything works until reboot when /etc/resolv.conf is overwritten again. I have read that it should be 127.0.0.53 in resolv.conf but mine is 127.0.0.1 and even setting it to 127.0.0.53 doesn't work.
I have read many similar problems but none have actual solutions just work arounds that don't address the problem. Any help finding the answer would be appriciated.