// LINODE / APACHE
Linode · Apache
Apache httpd Require ip directives for Linode. 5,342 CIDRs, refreshed daily.
// apache_linode_allow.conf
# Linode IP Ranges # Updated: 2026-05-20 03:19:33 # 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 00: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_linode_allow.conf Require ip 2600:3c00::/32 Require ip 2600:3c0f:2::/48 Require ip 2600:3c01::/32 Require ip 2600:3c0f:3::/48 Require ip 2600:3c02::/32 Require ip 2600:3c0f:4::/48 Require ip 2600:3c03::/32 Require ip 2600:3c0f:6::/48 Require ip 2a01:7e00::/32 Require ip 2600:3c0f:7::/48 Require ip 2400:8901::/32 Require ip 2600:3c0f:9::/48 Require ip 2a01:7e01::/32 Require ip 2600:3c0f:10::/48 Require ip 2400:8902::/32 … (5327 more lines)
// apache_linode_deny.conf
# Linode IP Ranges # Updated: 2026-05-20 03:19:33 # 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 00: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_linode_deny.conf Deny from 2600:3c00::/32 Deny from 2600:3c0f:2::/48 Deny from 2600:3c01::/32 Deny from 2600:3c0f:3::/48 Deny from 2600:3c02::/32 Deny from 2600:3c0f:4::/48 Deny from 2600:3c03::/32 Deny from 2600:3c0f:6::/48 Deny from 2a01:7e00::/32 Deny from 2600:3c0f:7::/48 Deny from 2400:8901::/32 Deny from 2600:3c0f:9::/48 Deny from 2a01:7e01::/32 Deny from 2600:3c0f:10::/48 Deny from 2400:8902::/32 … (5328 more lines)