CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// COMMON CRAWL / APACHE

Common Crawl · Apache

Apache httpd Require ip directives for Common Crawl. 6 CIDRs, refreshed daily.

// apache_commoncrawl_allow.conf

DOWNLOAD ↓  · 
# Commoncrawl IP Ranges
# Updated: 2026-05-16 03:17:36
# 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_commoncrawl_allow.conf

Require ip 2600:1f28:365:80b0::/60
Require ip 3.41.188.32/29
Require ip 18.97.9.168/29
Require ip 18.97.14.80/29
Require ip 18.97.14.88/30
Require ip 98.85.178.216/32

// apache_commoncrawl_deny.conf

DOWNLOAD ↓  · 
# Commoncrawl IP Ranges
# Updated: 2026-05-16 03:17:36
# 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_commoncrawl_deny.conf

Deny from 2600:1f28:365:80b0::/60
Deny from 3.41.188.32/29
Deny from 18.97.9.168/29
Deny from 18.97.14.80/29
Deny from 18.97.14.88/30
Deny from 98.85.178.216/32
Allow from all