// GCORE / APACHE
gcore · Apache
Apache httpd Require ip directives for gcore. 1,835 CIDRs, refreshed daily.
// apache_gcore_allow.conf
# Gcore IP Ranges # Updated: 2026-07-12 03:46:19 # 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_gcore_allow.conf Require ip 1.37.77.98/32 Require ip 5.1.107.249/32 Require ip 5.8.92.4/30 Require ip 5.8.92.8/32 Require ip 5.101.217.4/31 Require ip 5.101.217.6/32 Require ip 5.101.219.5/32 Require ip 5.101.219.6/31 Require ip 5.101.219.8/32 Require ip 5.101.220.9/32 Require ip 5.101.222.4/30 Require ip 5.101.222.10/31 Require ip 5.188.94.5/32 Require ip 5.188.126.4/30 Require ip 5.188.126.8/30 … (999 more lines)
// apache_gcore_deny.conf
# Gcore IP Ranges # Updated: 2026-07-12 03:46:19 # 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_gcore_deny.conf Deny from 1.37.77.98/32 Deny from 5.1.107.249/32 Deny from 5.8.92.4/30 Deny from 5.8.92.8/32 Deny from 5.101.217.4/31 Deny from 5.101.217.6/32 Deny from 5.101.219.5/32 Deny from 5.101.219.6/31 Deny from 5.101.219.8/32 Deny from 5.101.220.9/32 Deny from 5.101.222.4/30 Deny from 5.101.222.10/31 Deny from 5.188.94.5/32 Deny from 5.188.126.4/30 Deny from 5.188.126.8/30 … (1000 more lines)