// QUICCLOUD / APACHE
quiccloud · Apache
Apache httpd Require ip directives for quiccloud. 153 CIDRs, refreshed daily.
// apache_quiccloud_allow.conf
# Quiccloud 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_quiccloud_allow.conf Require ip 5.134.119.103/32 Require ip 15.204.231.24/32 Require ip 15.235.180.91/32 Require ip 15.235.181.227/32 Require ip 18.192.146.200/32 Require ip 23.95.72.16/32 Require ip 23.160.56.125/32 Require ip 31.22.115.186/32 Require ip 31.40.212.152/32 Require ip 31.131.4.244/32 Require ip 37.120.163.165/32 Require ip 38.54.30.228/32 Require ip 38.54.79.187/32 Require ip 38.60.253.237/32 Require ip 38.114.121.40/32 … (138 more lines)
// apache_quiccloud_deny.conf
# Quiccloud 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_quiccloud_deny.conf Deny from 5.134.119.103/32 Deny from 15.204.231.24/32 Deny from 15.235.180.91/32 Deny from 15.235.181.227/32 Deny from 18.192.146.200/32 Deny from 23.95.72.16/32 Deny from 23.160.56.125/32 Deny from 31.22.115.186/32 Deny from 31.40.212.152/32 Deny from 31.131.4.244/32 Deny from 37.120.163.165/32 Deny from 38.54.30.228/32 Deny from 38.54.79.187/32 Deny from 38.60.253.237/32 Deny from 38.114.121.40/32 … (139 more lines)