// TENCENT / APACHE
Tencent · Apache
Apache httpd Require ip directives for Tencent. 3,389 CIDRs, refreshed daily.
// apache_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 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.12.0.0/18 Require ip 1.12.0.0/20 Require ip 1.12.14.0/23 Require ip 1.12.34.0/23 Require ip 1.12.64.0/18 Require ip 1.12.128.0/18 Require ip 1.12.192.0/18 Require ip 1.13.0.0/18 Require ip 1.13.64.0/18 Require ip 1.13.128.0/18 Require ip 1.13.148.0/24 Require ip 1.13.192.0/18 Require ip 1.14.0.0/18 Require ip 1.14.64.0/18 … (3374 more lines)
// apache_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 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.12.0.0/18 Deny from 1.12.0.0/20 Deny from 1.12.14.0/23 Deny from 1.12.34.0/23 Deny from 1.12.64.0/18 Deny from 1.12.128.0/18 Deny from 1.12.192.0/18 Deny from 1.13.0.0/18 Deny from 1.13.64.0/18 Deny from 1.13.128.0/18 Deny from 1.13.148.0/24 Deny from 1.13.192.0/18 Deny from 1.14.0.0/18 Deny from 1.14.64.0/18 … (3375 more lines)