Task: change or simply specify the DNS servers to be used on a computer running any Unix.
They are described in the file /etc/resolv.conf, and this file is located in the same place in every Unix OS I know of.
Here is its format:
nameserver 192.168.0.1
nameserver 11.22.33.44
nameserver 99.88.111.222
No more than 3 servers!
Comments