// INTERNETARCHIVE / APACHE
internetarchive · Apache
Apache httpd Require ip directives for internetarchive. 9 CIDRs, refreshed daily.
// apache_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 # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_internetarchive_allow.conf Require ip 204.62.246.0/23 Require ip 204.62.248.0/23 Require ip 207.241.224.0/20 Require ip 208.70.24.0/21 Require ip 2620:0:9c0::/48
// apache_internetarchive_deny.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 # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_internetarchive_deny.conf Deny from 204.62.246.0/23 Deny from 204.62.248.0/23 Deny from 207.241.224.0/20 Deny from 208.70.24.0/21 Deny from 2620:0:9c0::/48 Allow from all