// INTERNETARCHIVE / CADDY
internetarchive · Caddy
Caddy remote_ip matcher snippet for internetarchive. 9 CIDRs, refreshed daily.
// caddy_internetarchive_allow.conf
# 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
# Caddy remote_ip matcher for internetarchive
# Usage: @internetarchive remote_ip <cidrs>
@internetarchive {
remote_ip 204.62.246.0/23 204.62.248.0/23 207.241.224.0/20 208.70.24.0/21 2620:0:9c0::/48
}