我一直在尝试为使用同一域的几个应用程序设置 DNS。
我希望 www.playfade.com 和 playfade.com 重定向到 playfade.herokuapp.com,所以分别设置一个 CNAME 和 ALIAS 指向 Heroku 应用程序。这工作正常。
我还希望 beta.playfade.com 指向 soundedout.herokuapp.com。为此,我将 beta.playfade.com 的 CNAME 设置为 soundedout.herokuapp.com。然而,这不起作用。当我访问 beta.playfade.com 时,我被重定向到 www.playfade.com。
我使用 MXToolbox 检查 beta.playfade.com 并得到了一些错误:
Bad Glue Detected
Parent server gave glue for beta.playfade.com to be soundedout.herokuapp.com but we resolve that hostname to 176.34.187.173
At least one name server failed to respond in a timely manner
Failure detail: 176.34.187.173
Local NS list does not match Parent NS list
50.31.242.53 was reported by the parent, but not locally
198.241.11.53 was reported by the parent, but not locally
198.241.10.53 was reported by the parent, but not locally
50.31.243.53 was reported by the parent, but not locally
176.34.187.173 was reported locally, but not by the parent
Serial numbers do not match
我也在 heroku 仪表板中正确设置了域。
任何帮助,将不胜感激。