指向同一 AWS Route 53 托管区域的多个域
Multiple Domains Pointing to Same AWS Route 53 Hosted Zone
我们有两个域:oursite.org
和 oursite.com
。
两个域都由 Google 个域管理。
oursite.org
的 DNS 服务由 AWS Route 53 提供。我们也想将 oursite.com
的 DNS 服务迁移到 AWS Route 53。
对于 oursite.org
,我们只需在 Google 域中设置四个自定义名称服务器以指向我们的 AWS Route 53 托管区域。
我们可以简单地为 Google 域中的 oursite.com
设置 相同的 四个自定义名称服务器吗? 或者我们需要在 AWS 中创建第二个托管区域吗?
(我们希望两个域都指向同一个网站)
这是 2 个不同的域,不像子域,所以我认为您需要 2 个托管区域。
我不确定,因为你的问题似乎出在 GCP 上,这些天我对 DNS 的调整不多,但 Route53 给你 Reusable Delegation Sets that might solve your problem (and so yes, you might need a 2nd hosted zone with same name servers). See Configuring White Label Name Servers
如前所述Asdfg, you can think about redirection,但在 DNS 中设置它似乎更有效。
我们有两个域:oursite.org
和 oursite.com
。
两个域都由 Google 个域管理。
oursite.org
的 DNS 服务由 AWS Route 53 提供。我们也想将 oursite.com
的 DNS 服务迁移到 AWS Route 53。
对于 oursite.org
,我们只需在 Google 域中设置四个自定义名称服务器以指向我们的 AWS Route 53 托管区域。
我们可以简单地为 Google 域中的 oursite.com
设置 相同的 四个自定义名称服务器吗? 或者我们需要在 AWS 中创建第二个托管区域吗?
(我们希望两个域都指向同一个网站)
这是 2 个不同的域,不像子域,所以我认为您需要 2 个托管区域。
我不确定,因为你的问题似乎出在 GCP 上,这些天我对 DNS 的调整不多,但 Route53 给你 Reusable Delegation Sets that might solve your problem (and so yes, you might need a 2nd hosted zone with same name servers). See Configuring White Label Name Servers
如前所述Asdfg, you can think about redirection,但在 DNS 中设置它似乎更有效。