// GABIA / NGINX
gabia · Nginx
Nginx allow/deny config for gabia. Drop into your server block or http context. 97 CIDRs, refreshed daily.
// nginx_gabia_allow.conf
# Gabia IP Ranges # Updated: 2026-07-12 03:46: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_gabia_allow.conf; allow 1.201.224.0/23; allow 103.240.48.0/22; allow 121.78.79.0/24; allow 121.78.87.0/24; allow 121.78.93.0/24; allow 121.78.95.0/24; allow 121.78.112.0/21; allow 121.78.121.0/24; allow 121.78.122.0/24; allow 121.78.124.0/24; allow 121.78.126.0/23; allow 121.78.129.0/24; allow 121.78.131.0/24; allow 121.78.132.0/23; allow 121.78.134.0/24; … (34 more lines)
// nginx_gabia_deny.conf
# Gabia IP Ranges # Updated: 2026-07-12 03:46: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_gabia_deny.conf; deny 1.201.224.0/23; deny 103.240.48.0/22; deny 121.78.79.0/24; deny 121.78.87.0/24; deny 121.78.93.0/24; deny 121.78.95.0/24; deny 121.78.112.0/21; deny 121.78.121.0/24; deny 121.78.122.0/24; deny 121.78.124.0/24; deny 121.78.126.0/23; deny 121.78.129.0/24; deny 121.78.131.0/24; deny 121.78.132.0/23; deny 121.78.134.0/24; … (34 more lines)