Question

How can I determine the IP address of Proximo add-on Heroku? I looked at the following link https://devcenter.heroku.com/articles/proximo but could not figure it out.

Was it helpful?

Solution

heroku config | grep PROXIMO_URL

PROXIMO_URL: http://proxy:password@proxy-12-34-45-56.proximo.io

so your ip address would be 12.34.45.56

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top