IP Instancia
I want to use the IP of the server instance to fix the IP on the list of safe servers to allow payment reversals on the gateway I am using. Could you tell me how I can get the IP of the instance and could you tell me if it changes or if there is a way to leave it fixed?
Solution:Jump to solution
unfortunately railway does not yet offer fixed IPs, and they are liable to change from deployment to deployment, your second best option would be to whitelist the set of cidr ranges for the region your app is deployed to - https://utilities.up.railway.app/cidr-list?value=us-west1
7 Replies
Project ID:
70a3180f-ddd8-4113-9cad-44842928e2b6
70a3180f-ddd8-4113-9cad-44842928e2b6
Solution
unfortunately railway does not yet offer fixed IPs, and they are liable to change from deployment to deployment, your second best option would be to whitelist the set of cidr ranges for the region your app is deployed to - https://utilities.up.railway.app/cidr-list?value=us-west1
In this case, would you provide all these IPs for the payment gateway to allow these IPs?
that is not a list of IPs, those are cidr ranges, you would set all those cidr ranges in your payment gateway
ok, thanks!!
no problem!