CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// BUNNY / NGINX

bunny · Nginx

Nginx allow/deny config for bunny. Drop into your server block or http context. 47 CIDRs, refreshed daily.

// nginx_bunny_allow.conf

DOWNLOAD ↓  · 
# 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 nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_bunny_allow.conf;

allow 38.92.173.0/24;
allow 91.200.176.0/24;
allow 103.180.114.0/23;
allow 107.150.176.0/24;
allow 109.104.146.0/23;
allow 109.224.228.0/22;
allow 157.53.226.0/24;
allow 185.190.83.0/24;
allow 193.162.131.0/24;
allow 194.156.156.0/24;
allow 212.104.158.0/24;
allow 2400:52e0:1::/48;
allow 2400:52e0:2::/48;
allow 2400:52e0:1500::/47;
allow 2400:52e0:1502::/48;
… (13 more lines)

// nginx_bunny_deny.conf

DOWNLOAD ↓  · 
# 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 nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_bunny_deny.conf;

deny 38.92.173.0/24;
deny 91.200.176.0/24;
deny 103.180.114.0/23;
deny 107.150.176.0/24;
deny 109.104.146.0/23;
deny 109.224.228.0/22;
deny 157.53.226.0/24;
deny 185.190.83.0/24;
deny 193.162.131.0/24;
deny 194.156.156.0/24;
deny 212.104.158.0/24;
deny 2400:52e0:1::/48;
deny 2400:52e0:2::/48;
deny 2400:52e0:1500::/47;
deny 2400:52e0:1502::/48;
… (13 more lines)