I’m connecting to a MySQL server on Bluehost, and Bluehost requires that I whitelist any IP address that connects. I know about the typing curl ifconfig.co in the terminal, but my IP is changing a lot so it’s getting in my way a lot.
Thanks! But I’m asking the reverse question: I have a MySQL DB publicly available on the internet, and I’m using Glitch to talk to it. But because Glitch is using a dynamic address, I can’t whitelist it with my client.
There’s no way around the dynamic IP addresses of Glitch projects, they are foundational to how the platform works. Everytime your project starts it starts on a different Glitch host machine (which is actually an AWS EC2 instance) which means it’s running from a different IP address.
I’d wager that Glitch is always serving projects from the same block of IP addresses so maybe you can do some trial and error to determine what that block is and whitelist the whole block.
Alternatively you could experiment with boosted apps on Glitch. Because they are always awake I’d imagine they don’t move from host to host all that frequently so they may maintain an IP address for a longer period of time.