将SRV记录添加到Google Cloud DNS的正确方法? [英] Correct way to add a SRV record to Google Cloud DNS?

查看:158
本文介绍了将SRV记录添加到Google Cloud DNS的正确方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试添加使我的电子邮件正常工作所需的记录.当我尝试将SRV记录添加到Google Cloud时,数据文本字段模板只有3个数字和一个文本?但是在Godaddy上,需要添加以下字段:

I'm trying to add records needed to get my email working. When I try to add the SRV record to Google Cloud, the data text field template has only 3 numbers and a text ?? But on godaddy there are these fields that need to be add:

端口,协议,名称,服务,优先级,权重,目标. 这是哥达的例子:

Port, Protocol, Name, Service, Priority, Weight, Target. here is an example from godaddy:

443 _tls    @   _sip    100 1   some-thing.some-thing

以下是Google Cloud记录表格:

Here is Google Cloud records form:

那我应该如何正确添加这些数据?

So how should I add these data properly ?

推荐答案

它是SRV 记录-包含SRV数据:

Port Protocol Name Service Priority Weight Target
5060     _tls    @    _sip      100      1 some-thing.some-thing

格式为_service._proto.name. TTL class SRV priority weight port target.

分开使用,可能将名称_sip._tcp.acme.com.SRV数据一样使用:

taken apart, might use name _sip._tcp.acme.com. with SRV data alike:

0 1 5060 sip.acme.com.

注意尾随的.

这篇关于将SRV记录添加到Google Cloud DNS的正确方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆