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.
Asked
Active
Viewed 1,121 times
1 Answers
4
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

Awijeet
- 1,586
- 13
- 13