1
seki 2016-10-03 04:39:36 +08:00
如果你没有什么具体的目的的话,没有。
|
2
DesignerSkyline 2016-10-03 05:52:44 +08:00 via iPad
CNAME Flattening
|
3
ZE3kr 2016-10-03 06:51:03 +08:00 via iPhone 1
其实根域名上肯定还有 SOA 和 NS 记录,理论上还会影响这两个,尤其是在已经有 CNAME 缓存的情况下
|
4
jasontse 2016-10-03 08:53:58 +08:00 via iPad
RFC 不允许与任何记录共存
A CNAME record is not allowed to coexist with any other data. In other words, if suzy.podunk.xx is an alias for sue.podunk.xx, you can't also have an MX record for suzy.podunk.edu, or an A record, or even a TXT record. Especially do not try to combine CNAMEs and NS |
5
nanjishidu 2016-10-03 10:29:21 +08:00
mx 是和邮件相关的记录类型。。。一个域名有 cname 还有 A 记录 这种情况下 你想让这个域名走哪个呢
|
6
abelyao OP |
9
initpub 2016-10-03 13:19:38 +08:00
@DesignerSkyline 这是最好的,不过楼主貌似只做“域名->IP ”,那么答案是没有任何副作用。
|
10
Showfom 2016-10-03 13:47:29 +08:00 via iPhone
用 cloudxns 的 link 记录即可代替
|
11
DesignerSkyline 2016-10-03 14:20:37 +08:00 via iPad
@initpub 对啊对啊, ANAME 也行
|
14
msg7086 2016-10-03 14:56:34 +08:00
CNAME 相当于给域名做别名。
也就意味着源域名上的解析记录都会跟着目标域名走。 |
15
initpub 2016-10-03 16:57:50 +08:00
@abelyao 这方面 CloudFlare 做出了很清楚的说明(就是这帮人折腾出了“ CNAME Flattening ”):
https://blog.cloudflare.com/introducing-cname-flattening-rfc-compliant-cnames-at-a-domains-root/ “ Technically, the root could be a CNAME but the RFCs state that once a record has a CNAME it can't have any other entries associated with it: that's a problem for a root record like example.com because it will often have an MX record (so email gets delivered), an NS record (to find out which nameserver handles the zone) and an SOA record.” 裸域可以用 CNAME ,主要代价是失去 MX 记录(电子邮件,反正你不用哈), NS 记录(下面再接着说), SOA 记录。 裸域的 NS 记录: https://blog.dnsimple.com/2015/04/common-dns-records/ “ The benefit of having multiple NS records on the apex zone is additional redundancy of DNS service.” 因为你域名的注册商那里,就可以设置域名解析服务器,所以此处 NS 记录是“冗余”( redundancy )。 我也是以前遇到过类似问题,自己不是专业系统管理员啦,欢迎拍砖 :-) |
16
abelyao OP @initpub 那是一定要用 CloudFlare 的 CNAME Flattening 才可以嘛?还是 DNSPod 之类的也行?
|
19
su8610 2016-10-03 19:09:34 +08:00 via Android
MX 是用来解析邮件地址的,如果没这需求可以不要
|
20
initpub 2016-10-03 19:16:58 +08:00
@abelyao 这个事最好的办法就是随便用个域名测试一下—— example.com CNAME www.qq.com , a.example.com A 8.8.8.8 ,然后等一段时间,用网上的 DNS 工具看看解析是否正常。
|
21
abelyao OP @initpub 现在裸域 cname 到又拍云,还有两个子域名 a 到服务器的 IP 地址,大概有 24 小时了,倒是没什么问题,就是不知道有没有被忽略的地方。
|
22
initpub 2016-10-04 10:37:36 +08:00
@abelyao 24 小时绝对足够啦,我一般用 http://ping.chinaz.com/ 测试,这个要是没问题,就彻底 OK :-)
|