# Internetarchive IP Ranges # Updated: 2026-08-11 02:55:07 # 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 internetarchive table inet filter_internetarchive_deny { chain input { type filter hook input priority 0; policy accept; ip saddr 204.62.246.0/23 drop ip saddr 204.62.248.0/23 drop ip saddr 207.241.224.0/20 drop ip saddr 208.70.24.0/21 drop ip6 saddr 2620:0:9c0::/48 drop } }