#53 在 nslookup 名称服务器地址结果中是什么意思?

Ben*_*Lee 8 nameserver nslookup

当我运行这个:

nslookup some.host.com
Run Code Online (Sandbox Code Playgroud)

我得到这样的结果:

Server:         4.2.2.1
Address:        4.2.2.1#53

Non-authoritative answer:
Name:   some.host.com
Address: #.#.#.#
Run Code Online (Sandbox Code Playgroud)

“4.2.2.1”在我的 /etc/resolv.conf 的顶部,所以这是有道理的,但这是什么#53意思?谷歌搜索,这似乎通常附加到 nslookup 结果中的地址,但我找不到任何关于它实际含义的信息。

Ale*_*lex 11

它是用于DNS 请求的端口号。