CLOUD-IP // v2026.06
UPDATED 2026-06-14 PROVIDERS 35 LIVE
// OVHCLOUD / NGINX

OVHcloud · Nginx

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

// nginx_ovhcloud_allow.conf

DOWNLOAD ↓  · 
# Ovhcloud IP Ranges
# Updated: 2026-06-14 03:22: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_ovhcloud_allow.conf;

allow 2.26.132.0/24;
allow 2.26.153.0/24;
allow 2.26.166.0/24;
allow 2.27.97.0/24;
allow 2.27.117.0/24;
allow 2.58.172.0/24;
allow 5.39.0.0/17;
allow 5.135.0.0/16;
allow 5.172.36.0/24;
allow 5.175.162.0/24;
allow 5.175.168.0/24;
allow 5.175.195.0/24;
allow 5.178.106.0/24;
allow 5.178.110.0/24;
allow 5.182.19.0/24;
… (702 more lines)

// nginx_ovhcloud_deny.conf

DOWNLOAD ↓  · 
# Ovhcloud IP Ranges
# Updated: 2026-06-14 03:22: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_ovhcloud_deny.conf;

deny 2.26.132.0/24;
deny 2.26.153.0/24;
deny 2.26.166.0/24;
deny 2.27.97.0/24;
deny 2.27.117.0/24;
deny 2.58.172.0/24;
deny 5.39.0.0/17;
deny 5.135.0.0/16;
deny 5.172.36.0/24;
deny 5.175.162.0/24;
deny 5.175.168.0/24;
deny 5.175.195.0/24;
deny 5.178.106.0/24;
deny 5.178.110.0/24;
deny 5.182.19.0/24;
… (702 more lines)