Question
Apple is blocking DigitalOcean IPs, thus my Droplet, How to bypass that?
I’m trying to use fastlane on my droplet, but unfortunately it did not work because Apple is blocking requests from Digital Ocean.
Someone else had the same issue: https://github.com/fastlane/fastlane/issues/14602 and he fixed it by switching to aws.
I don’t want to switch to aws.
I tried installing a VPN on my droplet to change my IP but this caused me to loose SSH connection (since IP changed) and my hosted nginx server stopped working as well.
How can I fix this?
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.
×