CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// LINODE / NGINX

Linode · Nginx

Nginx allow/deny config for Linode. Drop into your server block or http context. 5,342 CIDRs, refreshed daily.

// nginx_linode_allow.conf

DOWNLOAD ↓  · 
# Linode IP Ranges
# Updated: 2026-05-20 03:19:33
# 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 00: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_linode_allow.conf;

allow 2600:3c00::/32;
allow 2600:3c0f:2::/48;
allow 2600:3c01::/32;
allow 2600:3c0f:3::/48;
allow 2600:3c02::/32;
allow 2600:3c0f:4::/48;
allow 2600:3c03::/32;
allow 2600:3c0f:6::/48;
allow 2a01:7e00::/32;
allow 2600:3c0f:7::/48;
allow 2400:8901::/32;
allow 2600:3c0f:9::/48;
allow 2a01:7e01::/32;
allow 2600:3c0f:10::/48;
allow 2400:8902::/32;
… (5328 more lines)

// nginx_linode_deny.conf

DOWNLOAD ↓  · 
# Linode IP Ranges
# Updated: 2026-05-20 03:19:33
# 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 00: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_linode_deny.conf;

deny 2600:3c00::/32;
deny 2600:3c0f:2::/48;
deny 2600:3c01::/32;
deny 2600:3c0f:3::/48;
deny 2600:3c02::/32;
deny 2600:3c0f:4::/48;
deny 2600:3c03::/32;
deny 2600:3c0f:6::/48;
deny 2a01:7e00::/32;
deny 2600:3c0f:7::/48;
deny 2400:8901::/32;
deny 2600:3c0f:9::/48;
deny 2a01:7e01::/32;
deny 2600:3c0f:10::/48;
deny 2400:8902::/32;
… (5328 more lines)