CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// NHNCLOUD / NGINX

nhncloud · Nginx

Nginx allow/deny config for nhncloud. Drop into your server block or http context. 372 CIDRs, refreshed daily.

// nginx_nhncloud_allow.conf

DOWNLOAD ↓  · 
# 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 nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_nhncloud_allow.conf;

allow 1.209.199.0/24;
allow 43.227.116.0/22;
allow 43.254.244.0/24;
allow 45.125.232.0/22;
allow 45.249.160.0/22;
allow 59.150.32.0/22;
allow 59.150.36.0/23;
allow 61.42.226.0/24;
allow 61.111.36.0/22;
allow 101.79.68.0/22;
allow 101.79.80.0/21;
allow 101.79.92.0/22;
allow 103.87.116.0/22;
allow 103.132.32.0/22;
allow 103.194.108.0/22;
… (76 more lines)

// nginx_nhncloud_deny.conf

DOWNLOAD ↓  · 
# 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 nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_nhncloud_deny.conf;

deny 1.209.199.0/24;
deny 43.227.116.0/22;
deny 43.254.244.0/24;
deny 45.125.232.0/22;
deny 45.249.160.0/22;
deny 59.150.32.0/22;
deny 59.150.36.0/23;
deny 61.42.226.0/24;
deny 61.111.36.0/22;
deny 101.79.68.0/22;
deny 101.79.80.0/21;
deny 101.79.92.0/22;
deny 103.87.116.0/22;
deny 103.132.32.0/22;
deny 103.194.108.0/22;
… (76 more lines)