I have a couple of applications running on Google App Engine (all standard environment). I would like to deny access to these services to all IP addresses except my own for the moment with a plan to successively whitelist others in the future.
I have managed to do this by whitelisting my public IPv6 address while denying all others. Since my IPv6 address is not static, I would like to provide my public IPv4 address instead but doing so does not work. In other words, replacing my IPv6 address by my IPv4 forbids me from reaching my application (403 Forbidden page).
What should I do to configure Google App Engine's Firewall rules to accept an IPv4 address?