// TENCENT / NGINX
Tencent · Nginx
Nginx allow/deny config for Tencent. Drop into your server block or http context. 3,405 CIDRs, refreshed daily.
// nginx_tencent_allow.conf
# Tencent IP Ranges # Updated: 2026-07-25 03:14:53 # 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_tencent_allow.conf; allow 1.12.0.0/14; allow 1.116.0.0/15; allow 1.201.184.0/22; allow 1.201.188.0/23; allow 42.187.128.0/17; allow 42.192.0.0/15; allow 42.194.128.0/17; allow 43.128.0.0/17; allow 43.128.128.0/19; allow 43.128.192.0/18; allow 43.129.0.0/16; allow 43.130.0.0/17; allow 43.130.128.0/18; allow 43.130.224.0/19; allow 43.131.0.0/18; … (241 more lines)
// nginx_tencent_deny.conf
# Tencent IP Ranges # Updated: 2026-07-25 03:14:53 # 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_tencent_deny.conf; deny 1.12.0.0/14; deny 1.116.0.0/15; deny 1.201.184.0/22; deny 1.201.188.0/23; deny 42.187.128.0/17; deny 42.192.0.0/15; deny 42.194.128.0/17; deny 43.128.0.0/17; deny 43.128.128.0/19; deny 43.128.192.0/18; deny 43.129.0.0/16; deny 43.130.0.0/17; deny 43.130.128.0/18; deny 43.130.224.0/19; deny 43.131.0.0/18; … (241 more lines)