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

wasabi · Nginx

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

// nginx_wasabi_allow.conf

DOWNLOAD ↓  · 
# Wasabi IP Ranges
# Updated: 2026-07-12 03:46:23
# 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_wasabi_allow.conf;

allow 27.131.254.0/24;
allow 38.27.106.0/24;
allow 38.73.225.0/24;
allow 38.91.42.0/24;
allow 38.126.68.0/24;
allow 38.143.146.0/24;
allow 38.146.40.0/24;
allow 38.146.208.0/23;
allow 38.242.13.0/24;
allow 103.151.85.0/24;
allow 130.117.185.0/24;
allow 130.117.252.0/24;
allow 149.5.241.0/24;
allow 149.13.185.0/24;
allow 154.18.200.0/24;
… (5 more lines)

// nginx_wasabi_deny.conf

DOWNLOAD ↓  · 
# Wasabi IP Ranges
# Updated: 2026-07-12 03:46:23
# 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_wasabi_deny.conf;

deny 27.131.254.0/24;
deny 38.27.106.0/24;
deny 38.73.225.0/24;
deny 38.91.42.0/24;
deny 38.126.68.0/24;
deny 38.143.146.0/24;
deny 38.146.40.0/24;
deny 38.146.208.0/23;
deny 38.242.13.0/24;
deny 103.151.85.0/24;
deny 130.117.185.0/24;
deny 130.117.252.0/24;
deny 149.5.241.0/24;
deny 149.13.185.0/24;
deny 154.18.200.0/24;
… (5 more lines)