【发布时间】:2013-06-05 04:19:13
【问题描述】:
如何确定 Proximo 插件 Heroku 的 IP 地址?我查看了以下链接https://devcenter.heroku.com/articles/proximo,但无法弄清楚。
【问题讨论】:
如何确定 Proximo 插件 Heroku 的 IP 地址?我查看了以下链接https://devcenter.heroku.com/articles/proximo,但无法弄清楚。
【问题讨论】:
heroku 配置 | grep PROXIMO_URL
PROXIMO_URL:http://proxy:password@proxy-12-34-45-56.proximo.io
所以你的 IP 地址是 12.34.45.56
【讨论】: