DNS Lookup Problems

This points to the file /etc/resolv.conf not being reset.

This can be fixed by removing openresolv and switch the system to systemd-resolved.

From another topic [root tip] [How To] NordVPN on Manjaro

Remove openresolv or resolvconf - whichever is installed

sudo pacman -R openresolv

Enable systemd-resolved

sudo systemctl enable --now systemd-resolved

Backup the existing resolv.conf

sudo mv /etc/resolv.conf /etc/resolv.conf.bak

Create a symlink to stub-resolv.conf

sudo ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

If preferred it is possible with a simple custom PKGBUILD https://aur.archlinux.org/packages/resolvconf-symlink-systemd-stub