Search code examples
herokuproximo

IP address of Proximo add-on Heroku


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.


Solution

  • heroku config | grep PROXIMO_URL

    PROXIMO_URL: http://proxy:[email protected]

    so your ip address would be 12.34.45.56