I’ve made an Open Cloud application and put it on a cloud VM, but the only issue is that it seems like the IP that the VM uses rerolls every time I push my code to it, so that means that the API request will fail because the IP is not whitelisted
On Open Cloud, it seems like you’re forced to whitelist specific IPs. Is there a way to disable it or use wildcards? I’ve tried * but it doesn’t work.
0.0.0.0/0 will whitelist every IP. This is specific to IPv4 addresses while for IPv6 addresses 0000:0000:0000:0000:0000:0000:0000:0000/0 should be used instead.