// GCORE / NGINX
gcore · Nginx
Nginx allow/deny config for gcore. Drop into your server block or http context. 1,835 CIDRs, refreshed daily.
// nginx_gcore_allow.conf
# Gcore IP Ranges # Updated: 2026-07-12 03:46:19 # 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_gcore_allow.conf; allow 1.37.77.98/32; allow 5.1.107.249/32; allow 5.8.92.4/30; allow 5.8.92.8/32; allow 5.101.217.4/31; allow 5.101.217.6/32; allow 5.101.219.5/32; allow 5.101.219.6/31; allow 5.101.219.8/32; allow 5.101.220.9/32; allow 5.101.222.4/30; allow 5.101.222.10/31; allow 5.188.94.5/32; allow 5.188.126.4/30; allow 5.188.126.8/30; … (1000 more lines)
// nginx_gcore_deny.conf
# Gcore IP Ranges # Updated: 2026-07-12 03:46:19 # 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_gcore_deny.conf; deny 1.37.77.98/32; deny 5.1.107.249/32; deny 5.8.92.4/30; deny 5.8.92.8/32; deny 5.101.217.4/31; deny 5.101.217.6/32; deny 5.101.219.5/32; deny 5.101.219.6/31; deny 5.101.219.8/32; deny 5.101.220.9/32; deny 5.101.222.4/30; deny 5.101.222.10/31; deny 5.188.94.5/32; deny 5.188.126.4/30; deny 5.188.126.8/30; … (1000 more lines)