DNS client configuration file
The resolver configuration file is the only file you need
to configure to implement a DNS client. Here is a sample
file:
; ; Sample /etc/resolv.conf ; domain rivers.mynet.COM search mynet.COM nameserver 10.0.118.1 nameserver 10.0.246.25 sortlist 10.0.0.0/255.255.255.0 10.0.246.0 hostresorder bind local options ndots:2The entries specify the following:
options may also set dubugging to on, if the debug keyword is present.
For more information on file format and usage, see resolver(SFF).