#How do I find my IP address in Laravel Cloud?
15 messages · Page 1 of 1 (latest)
You can't, the IP address isn't static
Is there any way to do it
nope
like a block, etc, something so that I don't have to leave it completely open
like xxx.xxx.xx.*
i think thats pretty common for cloud services
Yeah a lot of people have asked for this, forge has it; https://forge.laravel.com/ips-v4.txt cloud seemingly doesn't
Woudl be great if we could have someone from the cloud team weigh in on it
seems pretty important
contacting their support would be your best bet
your app is containerized and not going to be from the same ip. your containers can be placed amongst any amount of hosts on their side and no guarantee it will be the same host and that list of hosts will be ever changing. you won't have any set of "dedicated" ips you can whitelist. it's just nature of the beast of managed solutions like this.