Resolve Conf
Resolve Conf
The resolver is a set of routines in the C library that provide access to the Internet Domain
Name System (DNS). The resolver configuration file contains information that is read by the
resolver routines the first time they are invoked by a process. The file is designed to be
human readable and contains a list of keywords with values that provide various types of
resolver information
search cyberciti.biz
nameserver 202.54.1.10
nameserver 202.54.1.11
Where,
search domain.com: The search list is normally determined from the local domain
name; by default, it contains only the local domain name. So when you type nslookup
www, it will be matched to www.cyberciti.biz
nameserver Name-server-IP-address: Point out to your your own nameserver or to
ISP's name server. Up to 3 name servers may be listed.
nameserver 208.67.220.220
nameserver 208.67.222.222