// BACKBLAZE / NFTABLES
backblaze · nftables
nftables ruleset for backblaze CIDRs. 59 CIDRs, refreshed daily.
// nftables_backblaze_allow.conf
# Backblaze IP Ranges
# Updated: 2026-07-12 03:46:26
# 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 backblaze
table inet filter_backblaze_allow {
chain input {
type filter hook input priority 0; policy drop;
ip saddr 23.144.80.0/24 accept
ip saddr 45.11.36.0/22 accept
ip saddr 104.153.232.0/22 accept
ip saddr 104.153.236.0/23 accept
ip saddr 104.153.238.0/24 accept
ip saddr 149.137.128.0/21 accept
ip saddr 149.137.136.0/22 accept
ip saddr 149.137.140.0/23 accept
ip saddr 149.137.142.0/24 accept
ip saddr 206.190.208.0/21 accept
ip6 saddr 2605:72c0:100::/45 accept
ip6 saddr 2605:72c0:1fc::/46 accept
ip6 saddr 2605:72c0:200::/45 accept
ip6 saddr 2605:72c0:208::/47 accept
… (14 more lines)// nftables_backblaze_deny.conf
# Backblaze IP Ranges
# Updated: 2026-07-12 03:46:26
# 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 backblaze
table inet filter_backblaze_deny {
chain input {
type filter hook input priority 0; policy accept;
ip saddr 23.144.80.0/24 drop
ip saddr 45.11.36.0/22 drop
ip saddr 104.153.232.0/22 drop
ip saddr 104.153.236.0/23 drop
ip saddr 104.153.238.0/24 drop
ip saddr 149.137.128.0/21 drop
ip saddr 149.137.136.0/22 drop
ip saddr 149.137.140.0/23 drop
ip saddr 149.137.142.0/24 drop
ip saddr 206.190.208.0/21 drop
ip6 saddr 2605:72c0:100::/45 drop
ip6 saddr 2605:72c0:1fc::/46 drop
ip6 saddr 2605:72c0:200::/45 drop
ip6 saddr 2605:72c0:208::/47 drop
… (14 more lines)