// NHNCLOUD / APACHE
nhncloud · Apache
Apache httpd Require ip directives for nhncloud. 372 CIDRs, refreshed daily.
// apache_nhncloud_allow.conf
# Nhncloud IP Ranges # Updated: 2026-07-12 03:46:27 # 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_nhncloud_allow.conf Require ip 1.209.199.0/24 Require ip 43.227.116.0/22 Require ip 43.254.244.0/24 Require ip 45.125.232.0/22 Require ip 45.249.160.0/22 Require ip 59.150.32.0/22 Require ip 59.150.36.0/23 Require ip 61.42.226.0/24 Require ip 61.111.36.0/22 Require ip 101.79.68.0/22 Require ip 101.79.80.0/21 Require ip 101.79.92.0/22 Require ip 103.87.116.0/22 Require ip 103.132.32.0/22 Require ip 103.194.108.0/22 … (75 more lines)
// apache_nhncloud_deny.conf
# Nhncloud IP Ranges # Updated: 2026-07-12 03:46:27 # 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_nhncloud_deny.conf Deny from 1.209.199.0/24 Deny from 43.227.116.0/22 Deny from 43.254.244.0/24 Deny from 45.125.232.0/22 Deny from 45.249.160.0/22 Deny from 59.150.32.0/22 Deny from 59.150.36.0/23 Deny from 61.42.226.0/24 Deny from 61.111.36.0/22 Deny from 101.79.68.0/22 Deny from 101.79.80.0/21 Deny from 101.79.92.0/22 Deny from 103.87.116.0/22 Deny from 103.132.32.0/22 Deny from 103.194.108.0/22 … (76 more lines)