# 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 # nftables allow rules for commoncrawl table inet filter_commoncrawl_allow { chain input { type filter hook input priority 0; policy drop; ip6 saddr 2600:1f28:365:80b0::/60 accept 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 ip saddr 98.85.178.216/32 accept } }