1

I'm using Proximo on my Heroku app, but need to forward only certain traffic through it, so after reading the documentation, I added the IPs I wanted to forward, however it seems to remove the previous IP, so I'm only able to add one IP at a time.

Is there a way I can tell Proximo to forward multiple IPs? The documentation doesn't show this, but it may have been overlooked.

James
  • 5,137
  • 5
  • 40
  • 80

1 Answers1

1

Aha, I found the GitHub repository to the Proximo-stacklet which just 6 months ago allows for multiple masks.

For anybody else looking for this, they need to be comma-separated.

James
  • 5,137
  • 5
  • 40
  • 80