CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// GOOGLEBOT / NFTABLES

Googlebot · nftables

nftables ruleset for Googlebot CIDRs. 311 CIDRs, refreshed daily.

// nftables_googlebot_allow.conf

DOWNLOAD ↓  · 
# Googlebot IP Ranges
# Updated: 2026-05-07 00:40:32
# 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 googlebot

table inet filter_googlebot_allow {
  chain input {
    type filter hook input priority 0; policy drop;
    ip6 saddr 2001:4860:4801:10::/64 accept
    ip6 saddr 2001:4860:4801:11::/64 accept
    ip6 saddr 2001:4860:4801:12::/64 accept
    ip6 saddr 2001:4860:4801:13::/64 accept
    ip6 saddr 2001:4860:4801:14::/64 accept
    ip6 saddr 2001:4860:4801:15::/64 accept
    ip6 saddr 2001:4860:4801:16::/64 accept
    ip6 saddr 2001:4860:4801:17::/64 accept
    ip6 saddr 2001:4860:4801:18::/64 accept
    ip6 saddr 2001:4860:4801:19::/64 accept
    ip6 saddr 2001:4860:4801:1a::/64 accept
    ip6 saddr 2001:4860:4801:1b::/64 accept
    ip6 saddr 2001:4860:4801:1c::/64 accept
    ip6 saddr 2001:4860:4801:1d::/64 accept
… (299 more lines)

// nftables_googlebot_deny.conf

DOWNLOAD ↓  · 
# Googlebot IP Ranges
# Updated: 2026-05-07 00:40:32
# 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 deny rules for googlebot

table inet filter_googlebot_deny {
  chain input {
    type filter hook input priority 0; policy accept;
    ip6 saddr 2001:4860:4801:10::/64 drop
    ip6 saddr 2001:4860:4801:11::/64 drop
    ip6 saddr 2001:4860:4801:12::/64 drop
    ip6 saddr 2001:4860:4801:13::/64 drop
    ip6 saddr 2001:4860:4801:14::/64 drop
    ip6 saddr 2001:4860:4801:15::/64 drop
    ip6 saddr 2001:4860:4801:16::/64 drop
    ip6 saddr 2001:4860:4801:17::/64 drop
    ip6 saddr 2001:4860:4801:18::/64 drop
    ip6 saddr 2001:4860:4801:19::/64 drop
    ip6 saddr 2001:4860:4801:1a::/64 drop
    ip6 saddr 2001:4860:4801:1b::/64 drop
    ip6 saddr 2001:4860:4801:1c::/64 drop
    ip6 saddr 2001:4860:4801:1d::/64 drop
… (299 more lines)