我们可以为 STUN / TURN 服务器使用不同于 'stun'/'turn' 的子域吗?
Can we use a different subdomain than 'stun'/'turn' for a STUN / TURN Server?
所有关于设置 STUN/TURN 服务器的文档/教程都建议我们需要创建两个子域,即:
stun.yourdomain.com
turn.yourdomain.com
然后这些可以访问为:
stun:stun.yourdomain.com:5349
turn:turn.yourdomain.com:3478
是否可以注册名称不同于“stun”和“turn”的子域?
有没有人尝试/创建子域为:
stun:somothername.yourdomain.com:5349
?
是否有任何官方文档/参考可以用来更详细地理解这一点?
提前致谢!
如果我理解RFC 5389正确的话,没有要求使用特定的域名,相反:
Hard-coding the domain name of the server into software is
NOT RECOMMENDED in case the domain name is lost or needs to change
for legal or other reasons.
(来自第 9 节)
只要您遵循 DNS 发现部分中的建议,您应该能够使用您喜欢的任何 domain/host 名称。
所有关于设置 STUN/TURN 服务器的文档/教程都建议我们需要创建两个子域,即:
stun.yourdomain.com
turn.yourdomain.com
然后这些可以访问为:
stun:stun.yourdomain.com:5349
turn:turn.yourdomain.com:3478
是否可以注册名称不同于“stun”和“turn”的子域? 有没有人尝试/创建子域为:
stun:somothername.yourdomain.com:5349
?
是否有任何官方文档/参考可以用来更详细地理解这一点?
提前致谢!
如果我理解RFC 5389正确的话,没有要求使用特定的域名,相反:
Hard-coding the domain name of the server into software is NOT RECOMMENDED in case the domain name is lost or needs to change for legal or other reasons.
(来自第 9 节)
只要您遵循 DNS 发现部分中的建议,您应该能够使用您喜欢的任何 domain/host 名称。