// TENCENT / APACHE
Tencent · Apache
Apache httpd Require ip directives for Tencent. 3,405 CIDRs, refreshed daily.
// apache_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 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_tencent_allow.conf Require ip 1.12.0.0/14 Require ip 1.116.0.0/15 Require ip 1.201.184.0/22 Require ip 1.201.188.0/23 Require ip 42.187.128.0/17 Require ip 42.192.0.0/15 Require ip 42.194.128.0/17 Require ip 43.128.0.0/17 Require ip 43.128.128.0/19 Require ip 43.128.192.0/18 Require ip 43.129.0.0/16 Require ip 43.130.0.0/17 Require ip 43.130.128.0/18 Require ip 43.130.224.0/19 Require ip 43.131.0.0/18 … (240 more lines)
// apache_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 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_tencent_deny.conf Deny from 1.12.0.0/14 Deny from 1.116.0.0/15 Deny from 1.201.184.0/22 Deny from 1.201.188.0/23 Deny from 42.187.128.0/17 Deny from 42.192.0.0/15 Deny from 42.194.128.0/17 Deny from 43.128.0.0/17 Deny from 43.128.128.0/19 Deny from 43.128.192.0/18 Deny from 43.129.0.0/16 Deny from 43.130.0.0/17 Deny from 43.130.128.0/18 Deny from 43.130.224.0/19 Deny from 43.131.0.0/18 … (241 more lines)