I have a server which hosts a website and also multiple API's. Lately when we try to access the website there is a delay that lasts a few seconds before actually loading. I have a good suspicion that this is due to some DNS setting. Is there a way to find out which DNS the server is actually using?
My /etc/resolv.conf file looks like this:
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 212.227.123.16
nameserver 212.227.123.17
I know the first 2 are from google, and the remaining are from ionos, strangely enough, one of our websites seem to throw an error if the last two entries (ionos) are not on that resolv.conf.