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

internetarchive · UFW

UFW (Uncomplicated Firewall) shell script for internetarchive. 9 CIDRs, refreshed daily.

// ufw_internetarchive_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Internetarchive IP Ranges
# Updated: 2026-08-11 02:55:08
# 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
# UFW allow rules for internetarchive

ufw allow from 204.62.246.0/23
ufw allow from 204.62.248.0/23
ufw allow from 207.241.224.0/20
ufw allow from 208.70.24.0/21
ufw allow from 2620:0:9c0::/48

// ufw_internetarchive_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Internetarchive IP Ranges
# Updated: 2026-08-11 02:55:08
# 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
# UFW deny rules for internetarchive

ufw deny from 204.62.246.0/23
ufw deny from 204.62.248.0/23
ufw deny from 207.241.224.0/20
ufw deny from 208.70.24.0/21
ufw deny from 2620:0:9c0::/48