// GOOGLE CLOUD / APACHE
Google Cloud · Apache
Apache httpd Require ip directives for Google Cloud. 1,039 CIDRs, refreshed daily.
// apache_googlecloud_allow.conf
# Googlecloud IP Ranges # Updated: 2026-07-01 03:19:43 # 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 02: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 8.34.208.0/20 Require ip 8.35.192.0/21 Require ip 8.228.0.0/15 Require ip 8.230.0.0/17 Require ip 8.231.32.0/19 Require ip 8.231.64.0/18 Require ip 8.231.128.0/17 Require ip 8.232.0.0/15 Require ip 8.234.2.0/23 Require ip 8.234.4.0/22 Require ip 8.234.8.0/21 Require ip 8.234.16.0/23 Require ip 8.234.32.0/19 Require ip 8.234.64.0/18 Require ip 8.234.128.0/17 … (440 more lines)
// apache_googlecloud_deny.conf
# Googlecloud IP Ranges # Updated: 2026-07-01 03:19:43 # 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 02: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 8.34.208.0/20 Deny from 8.35.192.0/21 Deny from 8.228.0.0/15 Deny from 8.230.0.0/17 Deny from 8.231.32.0/19 Deny from 8.231.64.0/18 Deny from 8.231.128.0/17 Deny from 8.232.0.0/15 Deny from 8.234.2.0/23 Deny from 8.234.4.0/22 Deny from 8.234.8.0/21 Deny from 8.234.16.0/23 Deny from 8.234.32.0/19 Deny from 8.234.64.0/18 Deny from 8.234.128.0/17 … (441 more lines)