// LINODE / APACHE
Linode · Apache
Apache httpd Require ip directives for Linode. 5,411 CIDRs, refreshed daily.
// apache_linode_allow.conf
# Linode IP Ranges # Updated: 2026-07-11 03:12:32 # 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_linode_allow.conf Require ip 23.92.16.0/20 Require ip 23.239.0.0/19 Require ip 45.33.0.0/17 Require ip 45.56.64.0/18 Require ip 45.79.0.0/21 Require ip 45.79.8.0/22 Require ip 45.79.13.0/24 Require ip 45.79.14.0/23 Require ip 45.79.16.0/20 Require ip 45.79.32.0/19 Require ip 45.79.64.0/19 Require ip 45.79.96.0/20 Require ip 45.79.112.0/22 Require ip 45.79.116.0/23 Require ip 45.79.118.0/24 … (266 more lines)
// apache_linode_deny.conf
# Linode IP Ranges # Updated: 2026-07-11 03:12:32 # 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_linode_deny.conf Deny from 23.92.16.0/20 Deny from 23.239.0.0/19 Deny from 45.33.0.0/17 Deny from 45.56.64.0/18 Deny from 45.79.0.0/21 Deny from 45.79.8.0/22 Deny from 45.79.13.0/24 Deny from 45.79.14.0/23 Deny from 45.79.16.0/20 Deny from 45.79.32.0/19 Deny from 45.79.64.0/19 Deny from 45.79.96.0/20 Deny from 45.79.112.0/22 Deny from 45.79.116.0/23 Deny from 45.79.118.0/24 … (267 more lines)