// COMMON CRAWL / CADDY
Common Crawl · Caddy
Caddy remote_ip matcher snippet for Common Crawl. 6 CIDRs, refreshed daily.
// caddy_commoncrawl_allow.conf
# 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
# Caddy remote_ip matcher for commoncrawl
# Usage: @commoncrawl remote_ip <cidrs>
@commoncrawl {
remote_ip 2600:1f28:365:80b0::/60 3.41.188.32/29 18.97.9.168/29 18.97.14.80/29 18.97.14.88/30 98.85.178.216/32
}