// GOCACHE / APACHE
gocache · Apache
Apache httpd Require ip directives for gocache. 25 CIDRs, refreshed daily.
// apache_gocache_allow.conf
# Gocache IP Ranges # Updated: 2026-07-12 03:46:20 # 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_gocache_allow.conf Require ip 34.95.148.131/32 Require ip 34.95.164.249/32 Require ip 34.95.168.58/32 Require ip 34.95.209.169/32 Require ip 34.95.213.225/32 Require ip 34.95.253.129/32 Require ip 35.247.222.78/32 Require ip 38.224.134.0/24 Require ip 45.77.97.241/32 Require ip 52.67.255.165/32 Require ip 129.159.48.87/32 Require ip 140.82.27.226/32 Require ip 144.22.216.139/32 Require ip 150.230.84.126/32 Require ip 170.82.175.0/24 … (10 more lines)
// apache_gocache_deny.conf
# Gocache IP Ranges # Updated: 2026-07-12 03:46:20 # 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_gocache_deny.conf Deny from 34.95.148.131/32 Deny from 34.95.164.249/32 Deny from 34.95.168.58/32 Deny from 34.95.209.169/32 Deny from 34.95.213.225/32 Deny from 34.95.253.129/32 Deny from 35.247.222.78/32 Deny from 38.224.134.0/24 Deny from 45.77.97.241/32 Deny from 52.67.255.165/32 Deny from 129.159.48.87/32 Deny from 140.82.27.226/32 Deny from 144.22.216.139/32 Deny from 150.230.84.126/32 Deny from 170.82.175.0/24 … (11 more lines)