// HUAWEI / APACHE
huawei · Apache
Apache httpd Require ip directives for huawei. 659 CIDRs, refreshed daily.
// apache_huawei_allow.conf
# Huawei IP Ranges # Updated: 2026-07-12 03:18:08 # 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_huawei_allow.conf Require ip 1.178.32.0/19 Require ip 14.137.132.0/22 Require ip 14.137.136.0/21 Require ip 14.137.152.0/23 Require ip 14.137.155.0/24 Require ip 14.137.156.0/23 Require ip 14.137.161.0/24 Require ip 14.137.163.0/24 Require ip 14.137.164.0/24 Require ip 14.137.169.0/24 Require ip 14.137.170.0/23 Require ip 14.137.172.0/22 Require ip 27.106.0.0/17 Require ip 27.255.0.0/18 Require ip 42.201.128.0/17 … (202 more lines)
// apache_huawei_deny.conf
# Huawei IP Ranges # Updated: 2026-07-12 03:18:08 # 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_huawei_deny.conf Deny from 1.178.32.0/19 Deny from 14.137.132.0/22 Deny from 14.137.136.0/21 Deny from 14.137.152.0/23 Deny from 14.137.155.0/24 Deny from 14.137.156.0/23 Deny from 14.137.161.0/24 Deny from 14.137.163.0/24 Deny from 14.137.164.0/24 Deny from 14.137.169.0/24 Deny from 14.137.170.0/23 Deny from 14.137.172.0/22 Deny from 27.106.0.0/17 Deny from 27.255.0.0/18 Deny from 42.201.128.0/17 … (203 more lines)