// BUNNY / APACHE
bunny · Apache
Apache httpd Require ip directives for bunny. 47 CIDRs, refreshed daily.
// apache_bunny_allow.conf
# Bunny 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_bunny_allow.conf Require ip 38.92.173.0/24 Require ip 91.200.176.0/24 Require ip 103.180.114.0/23 Require ip 107.150.176.0/24 Require ip 109.104.146.0/23 Require ip 109.224.228.0/22 Require ip 157.53.226.0/24 Require ip 185.190.83.0/24 Require ip 193.162.131.0/24 Require ip 194.156.156.0/24 Require ip 212.104.158.0/24 Require ip 2400:52e0:1::/48 Require ip 2400:52e0:2::/48 Require ip 2400:52e0:1500::/47 Require ip 2400:52e0:1502::/48 … (12 more lines)
// apache_bunny_deny.conf
# Bunny 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_bunny_deny.conf Deny from 38.92.173.0/24 Deny from 91.200.176.0/24 Deny from 103.180.114.0/23 Deny from 107.150.176.0/24 Deny from 109.104.146.0/23 Deny from 109.224.228.0/22 Deny from 157.53.226.0/24 Deny from 185.190.83.0/24 Deny from 193.162.131.0/24 Deny from 194.156.156.0/24 Deny from 212.104.158.0/24 Deny from 2400:52e0:1::/48 Deny from 2400:52e0:2::/48 Deny from 2400:52e0:1500::/47 Deny from 2400:52e0:1502::/48 … (13 more lines)