// GABIA / APACHE
gabia · Apache
Apache httpd Require ip directives for gabia. 97 CIDRs, refreshed daily.
// apache_gabia_allow.conf
# Gabia IP Ranges # Updated: 2026-07-12 03:46:28 # 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_gabia_allow.conf Require ip 1.201.224.0/23 Require ip 103.240.48.0/22 Require ip 121.78.79.0/24 Require ip 121.78.87.0/24 Require ip 121.78.93.0/24 Require ip 121.78.95.0/24 Require ip 121.78.112.0/21 Require ip 121.78.121.0/24 Require ip 121.78.122.0/24 Require ip 121.78.124.0/24 Require ip 121.78.126.0/23 Require ip 121.78.129.0/24 Require ip 121.78.131.0/24 Require ip 121.78.132.0/23 Require ip 121.78.134.0/24 … (33 more lines)
// apache_gabia_deny.conf
# Gabia IP Ranges # Updated: 2026-07-12 03:46:28 # 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_gabia_deny.conf Deny from 1.201.224.0/23 Deny from 103.240.48.0/22 Deny from 121.78.79.0/24 Deny from 121.78.87.0/24 Deny from 121.78.93.0/24 Deny from 121.78.95.0/24 Deny from 121.78.112.0/21 Deny from 121.78.121.0/24 Deny from 121.78.122.0/24 Deny from 121.78.124.0/24 Deny from 121.78.126.0/23 Deny from 121.78.129.0/24 Deny from 121.78.131.0/24 Deny from 121.78.132.0/23 Deny from 121.78.134.0/24 … (34 more lines)