// TENCENT / NGINX
Tencent · Nginx
Nginx allow/deny config for Tencent. Drop into your server block or http context. 3,389 CIDRs, refreshed daily.
// nginx_tencent_allow.conf
# Tencent IP Ranges # Updated: 2026-06-13 03:20:05 # 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 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_tencent_allow.conf; allow 1.12.0.0/14; allow 1.12.0.0/18; allow 1.12.0.0/20; allow 1.12.14.0/23; allow 1.12.34.0/23; allow 1.12.64.0/18; allow 1.12.128.0/18; allow 1.12.192.0/18; allow 1.13.0.0/18; allow 1.13.64.0/18; allow 1.13.128.0/18; allow 1.13.148.0/24; allow 1.13.192.0/18; allow 1.14.0.0/18; allow 1.14.64.0/18; … (3375 more lines)
// nginx_tencent_deny.conf
# Tencent IP Ranges # Updated: 2026-06-13 03:20:05 # 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 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_tencent_deny.conf; deny 1.12.0.0/14; deny 1.12.0.0/18; deny 1.12.0.0/20; deny 1.12.14.0/23; deny 1.12.34.0/23; deny 1.12.64.0/18; deny 1.12.128.0/18; deny 1.12.192.0/18; deny 1.13.0.0/18; deny 1.13.64.0/18; deny 1.13.128.0/18; deny 1.13.148.0/24; deny 1.13.192.0/18; deny 1.14.0.0/18; deny 1.14.64.0/18; … (3375 more lines)