change DNS resolver?
I created a Linode and installed openvpn(ubuntu 20.04 LTS) from marketplace. Everything works fine, clients can connect to the vpn server.
My question is how can I change the DNS resolver for that Linode? Currently I guess the vm is using the default configs which is Linode DNS servers:
cat /etc/resolv.conf
search members.linode.com
And, can I use a public DNS (example: 8.8.8.8) as a DNS resolver?
Thank you