// UPCLOUD / APACHE
upcloud · Apache
Apache httpd Require ip directives for upcloud. 107 CIDRs, refreshed daily.
// apache_upcloud_allow.conf
# Upcloud IP Ranges # Updated: 2026-07-12 03:46:24 # 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_upcloud_allow.conf Require ip 5.22.208.0/20 Require ip 5.57.208.0/24 Require ip 5.253.32.0/22 Require ip 38.100.118.0/23 Require ip 62.164.153.0/24 Require ip 77.81.0.0/24 Require ip 80.69.172.0/22 Require ip 81.27.96.0/20 Require ip 83.136.248.0/21 Require ip 85.9.192.0/19 Require ip 87.58.144.0/20 Require ip 94.237.0.0/18 Require ip 94.237.64.0/19 Require ip 94.237.96.0/20 Require ip 94.237.112.0/21 … (31 more lines)
// apache_upcloud_deny.conf
# Upcloud IP Ranges # Updated: 2026-07-12 03:46:24 # 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_upcloud_deny.conf Deny from 5.22.208.0/20 Deny from 5.57.208.0/24 Deny from 5.253.32.0/22 Deny from 38.100.118.0/23 Deny from 62.164.153.0/24 Deny from 77.81.0.0/24 Deny from 80.69.172.0/22 Deny from 81.27.96.0/20 Deny from 83.136.248.0/21 Deny from 85.9.192.0/19 Deny from 87.58.144.0/20 Deny from 94.237.0.0/18 Deny from 94.237.64.0/19 Deny from 94.237.96.0/20 Deny from 94.237.112.0/21 … (32 more lines)