How to map a custom domain to an app-engine app via Cloud DNS api?

烈酒焚心 提交于 2019-12-04 10:56:10
Rej

You've completed half the steps actually, as Jarod pointed out, you also need to register your domain in the web console.

The Cloud DNS service takes care of specifying where traffic meant for your CNAME should go. Registering your domain in the web console will essentially tell Google when receiving traffic from www.my-domain.com. to redirect it to your-app.appspot.com.

I hope this helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!