// ALIBABA / APACHE
Alibaba · Apache
Apache httpd Require ip directives for Alibaba. 2,304 CIDRs, refreshed daily.
// apache_alibaba_allow.conf
# Alibaba IP Ranges # Updated: 2026-06-13 03:20:01 # 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_alibaba_allow.conf Require ip 5.181.224.0/23 Require ip 8.128.4.0/22 Require ip 8.128.4.0/23 Require ip 8.128.6.0/23 Require ip 8.128.32.0/19 Require ip 8.128.32.0/20 Require ip 8.128.48.0/20 Require ip 8.128.64.0/20 Require ip 8.128.64.0/21 Require ip 8.128.72.0/21 Require ip 8.128.80.0/20 Require ip 8.128.80.0/21 Require ip 8.128.88.0/21 Require ip 8.128.96.0/21 Require ip 8.128.96.0/22 … (2289 more lines)
// apache_alibaba_deny.conf
# Alibaba IP Ranges # Updated: 2026-06-13 03:20:01 # 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_alibaba_deny.conf Deny from 5.181.224.0/23 Deny from 8.128.4.0/22 Deny from 8.128.4.0/23 Deny from 8.128.6.0/23 Deny from 8.128.32.0/19 Deny from 8.128.32.0/20 Deny from 8.128.48.0/20 Deny from 8.128.64.0/20 Deny from 8.128.64.0/21 Deny from 8.128.72.0/21 Deny from 8.128.80.0/20 Deny from 8.128.80.0/21 Deny from 8.128.88.0/21 Deny from 8.128.96.0/21 Deny from 8.128.96.0/22 … (2290 more lines)