我有一个 Minecraft 服务器在端口 25566 上监听,我正在尝试在我的域上设置一条SRV
记录,以便您只需输入 IP 地址即可访问该游戏服务器:play.example.com
。
尝试了很多次后,似乎还是无法让它工作。以下是我所做的:
设置指向我的服务器的 A 记录:
Name: play.example.com Destination IP Address: 123.4.5.6
设置
SRV
如下记录:Name: _gserver._tcp.play.example.com Priority: 0 Weight: 0 Port: 25566 Value: play.example.com
当我尝试访问 play.example.com 时,它不会将我重定向到端口。出于某种原因,记录A
有效,但SRV
记录无效。
知道为什么这不起作用吗?
答案1
使用的协议minecraft
是minecraft
,不是gserver
。
记录SRV
应该是
- 名称:_minecraft._tcp.play.gameserver.com
- 优先级:0
- 重量:0
- 端口:25566
- 值:play.gameserver.com