December 2018
Beginner
826 pages
22h 54m
English
The source of truth when it comes to DNS configuration on a system is generally the resolver file, /etc/resolv.conf, although increasingly this file isn't used directly, and is instead managed by external programs.
In the case of CentOS, the resolv.conf file is managed by our friend network manager, and on other systems, it might be systemd-resolved.
Have a look at your resolv.conf file:
$ cat /etc/resolv.conf # Generated by NetworkManagersearch discworldnameserver 10.0.2.3
This tells us that ...
Read now
Unlock full access