有些時候, user 可能會想要手動查詢 DNS 上一些資料, 或者是要看看 DNS 是否有問題,
此時我們最常用的工具就是 nslookup 了, 基本上 nslookup 會根據 /etc/resolv.conf 的內容去找到所要使用的 local DNS server.
[ex]:
/# cat /etc/resolv.conf
nameserver 168.95.1.1
/# nslookup msa.hinet.net
Server: 168.95.1.1
Address 1: 168.95.1.1 dns.hinet.net
Name: msa.hinet.net
Address 1: 2001:b000::1022
Address 2: 168.95.4.211 msa.hinet.net
[延伸閱讀]