CLOUD-IP // v2026.08
UPDATED 2026-08-26 PROVIDERS 64 LIVE
// COMMON CRAWL / NFTABLES

Common Crawl · nftables

nftables ruleset for Common Crawl CIDRs. 5 CIDRs, refreshed daily.

// nftables_commoncrawl_allow.conf

DOWNLOAD ↓  · 
# Commoncrawl IP Ranges
# Updated: 2026-08-25 02:35:47
# 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
# nftables allow rules for commoncrawl

table inet filter_commoncrawl_allow {
  chain input {
    type filter hook input priority 0; policy drop;
    ip saddr 3.41.188.32/29 accept
    ip saddr 18.97.9.168/29 accept
    ip saddr 18.97.14.80/29 accept
    ip saddr 18.97.14.88/30 accept
    ip6 saddr 2600:1f28:365:8000::/56 accept
  }
}

// nftables_commoncrawl_deny.conf

DOWNLOAD ↓  · 
# Commoncrawl IP Ranges
# Updated: 2026-08-25 02:35:47
# 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
# nftables deny rules for commoncrawl

table inet filter_commoncrawl_deny {
  chain input {
    type filter hook input priority 0; policy accept;
    ip saddr 3.41.188.32/29 drop
    ip saddr 18.97.9.168/29 drop
    ip saddr 18.97.14.80/29 drop
    ip saddr 18.97.14.88/30 drop
    ip6 saddr 2600:1f28:365:8000::/56 drop
  }
}