// GOOGLE CLOUD / APACHE
Google Cloud · Apache
Apache httpd Require ip directives for Google Cloud. 967 CIDRs, refreshed daily.
// apache_googlecloud_allow.conf
# Googlecloud IP Ranges # Updated: 2026-05-19 03:18:55 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 00:00 UTC # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_googlecloud_allow.conf Require ip 34.1.208.0/20 Require ip 34.35.0.0/16 Require ip 34.152.86.0/23 Require ip 34.177.50.0/23 Require ip 2600:1900:8000::/44 Require ip 34.80.0.0/15 Require ip 34.137.0.0/16 Require ip 34.183.71.0/24 Require ip 34.183.104.0/24 Require ip 34.184.70.0/24 Require ip 34.184.83.0/24 Require ip 35.185.128.0/19 Require ip 35.185.160.0/20 Require ip 35.187.144.0/20 Require ip 35.189.160.0/19 … (952 more lines)
// apache_googlecloud_deny.conf
# Googlecloud IP Ranges # Updated: 2026-05-19 03:18:55 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 00:00 UTC # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_googlecloud_deny.conf Deny from 34.1.208.0/20 Deny from 34.35.0.0/16 Deny from 34.152.86.0/23 Deny from 34.177.50.0/23 Deny from 2600:1900:8000::/44 Deny from 34.80.0.0/15 Deny from 34.137.0.0/16 Deny from 34.183.71.0/24 Deny from 34.183.104.0/24 Deny from 34.184.70.0/24 Deny from 34.184.83.0/24 Deny from 35.185.128.0/19 Deny from 35.185.160.0/20 Deny from 35.187.144.0/20 Deny from 35.189.160.0/19 … (953 more lines)