1
0
Files
frost-zx.github.io/docs/content/query-domain-srv-records.md
2025-10-13 10:20:34 +08:00

659 B
Raw Blame History

title, date, lastmod, tags
title date lastmod tags
在 Linux Windows 查询域名的 SRV 记录 2025-03-16T16:03:27Z 2025-03-16T16:03:47Z
Windows
Linux
域名
命令

在 Linux Windows 查询域名的 SRV 记录

Linux使用 dig 命令)

例如查询域名 mc.frost-zx.top 的用于 Minecraft 服务器的 SRV 记录:

dig _minecraft._tcp.mc.frost-zx.top srv

Windows使用 NSLOOKUP 命令)

例如查询域名 mc.frost-zx.top 的用于 Minecraft 服务器的 SRV 记录:

方式一

NSLOOKUP -type=SRV _minecraft._tcp.mc.frost-zx.top

方式二

NSLOOKUP
set type=SRV
_minecraft._tcp.mc.frost-zx.top