NSLookup 如何解释输出

dim*_*mas 5 linux command-line networking

嗨,有人可以帮我理解这个 NSLOOKUP 命令的输出是什么

[x]$ nslookup sample.abc.com
Server:         161.43.32.162
Address:        161.43.32.162#53<-- ???

Name:   sample.abc.com
Address: 161.43.30.72
Run Code Online (Sandbox Code Playgroud)

在地址部分,箭头指向问号。53 之前的哈希代表什么?

提前致谢

rep*_*lay 9

哈希是响应您的请求的服务器的 IP 与其服务运行的端口之间的分隔符。

你从服务器得到你的回复161.43.32.162,它的 DNS 服务正在端口上运行53。将#两个值分开。