DNS 从 Godaddy 更改为 Netlify

DNS change from Godaddy to Netlify

问题: 我有 svilab.com 和 www.svilab.com 指向来自 Netlify 的托管 DNS 服务器。 我希望 crm.netlify.com 指向 Godaddy IP 地址 160.153.33.96

这是我到目前为止所做的:

通过将名称服务器更改为

将我的 DNS 从 Godaddy 迁移到 Netlify
dns1.p06.nsone.net
dns2.p06.nsone.net
dns3.p06.nsone.net
dns4.p06.nsone.net

创建了一个 A record 到 crm.svilab.com -> 160.153.33.96,这是一个 godaddy 服务器。

我期待看到的是:

我设置的 suitecrm 登录页面。

我实际看到的是:

Future home of something quite cool. 我已确认此默认页面的 home.html 在 godaddy 上的 public_html 中不存在。

您不能指向 crm.netlify.com 选择您的服务器,因为它完全归 netlify 所有。

要指向 crm.{yourdomain.example},您需要在您的域区域文件中创建 A 记录,将其指向您想要的特定 IP。

我正确设置了A记录。查看我的保管箱 link 问题出在 netlify 方面。从他们的电子邮件...

You made the record correctly. There is a known bug (cross-linked to this conversation for tracking) were sometimes, very rarely but sometimes, the DNS record gets created in our UI but not in the actual DNS server.

So, our UI says there is a record, when in reality there isn't one.

To clarify, you did everything correctly and it was a bug on our end. I deleted and recreated that A record in the Netlify UI and it worked the second time around.