14 days ago
Hi, I'm hosting a bot on Railway that needs a fixed outbound IP address for an API allowlist. Does Railway provide a static outbound IP, or is there a recommended solution for applications that need IP allowlisting? If not, what would be the best way to achieve this on Railway?
13 Replies
14 days ago
Settings > Network > Static Outbound IPs
Attachments
Attachments
14 days ago
Thats strange, should be between private networking and ipv6.
Attachments
14 days ago
Do you have something enabled that might cause outbound IPs to be disabled? Like replicas in multiple regions.
14 days ago
Actually nevermind, its pro plan only apparently.
14 days ago
You could always run your requests through a proxy which supports static IPs. (Or just upgrade to the pro plan)