// LINODE / NGINX
Linode · Nginx
Nginx allow/deny config for Linode. Drop into your server block or http context. 5,411 CIDRs, refreshed daily.
// nginx_linode_allow.conf
# Linode IP Ranges # Updated: 2026-07-11 03:12:32 # 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_linode_allow.conf; allow 23.92.16.0/20; allow 23.239.0.0/19; allow 45.33.0.0/17; allow 45.56.64.0/18; allow 45.79.0.0/21; allow 45.79.8.0/22; allow 45.79.13.0/24; allow 45.79.14.0/23; allow 45.79.16.0/20; allow 45.79.32.0/19; allow 45.79.64.0/19; allow 45.79.96.0/20; allow 45.79.112.0/22; allow 45.79.116.0/23; allow 45.79.118.0/24; … (267 more lines)
// nginx_linode_deny.conf
# Linode IP Ranges # Updated: 2026-07-11 03:12:32 # 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_linode_deny.conf; deny 23.92.16.0/20; deny 23.239.0.0/19; deny 45.33.0.0/17; deny 45.56.64.0/18; deny 45.79.0.0/21; deny 45.79.8.0/22; deny 45.79.13.0/24; deny 45.79.14.0/23; deny 45.79.16.0/20; deny 45.79.32.0/19; deny 45.79.64.0/19; deny 45.79.96.0/20; deny 45.79.112.0/22; deny 45.79.116.0/23; deny 45.79.118.0/24; … (267 more lines)