So Spaces limits 750 requests (any operation) per IP address per second to all Spaces on an account
but, what about mobile networks? because AFAIK mobile data users normally under same IP address right? and there are millions of users under one mobile network. I would like to know if there is any way to bypass this or am I missing something?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello there,
This will mainly depend on the mobile provider itself. Most mobile ISPs operate a NAT that multiplexes several network-internal IP addresses through a single address visible to the public Internet.
Some providers will have more IP address ranges and not that many users will use the same IP address.
What you can do is to use a VPN on your phone and connect to any server/droplet and in that way, you’ll know that only you are connected from this IP address.
You can check this tutorial on how to set up a VPN:
Also, we have one-click installs from the marketplace for OpenVPN and WireGuard
Hope that this helps! Regards, Alex