// QUICCLOUD / NGINX
quiccloud · Nginx
Nginx allow/deny config for quiccloud. Drop into your server block or http context. 153 CIDRs, refreshed daily.
// nginx_quiccloud_allow.conf
# Quiccloud IP Ranges # Updated: 2026-07-12 03:46:20 # 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_quiccloud_allow.conf; allow 5.134.119.103/32; allow 15.204.231.24/32; allow 15.235.180.91/32; allow 15.235.181.227/32; allow 18.192.146.200/32; allow 23.95.72.16/32; allow 23.160.56.125/32; allow 31.22.115.186/32; allow 31.40.212.152/32; allow 31.131.4.244/32; allow 37.120.163.165/32; allow 38.54.30.228/32; allow 38.54.79.187/32; allow 38.60.253.237/32; allow 38.114.121.40/32; … (139 more lines)
// nginx_quiccloud_deny.conf
# Quiccloud IP Ranges # Updated: 2026-07-12 03:46:20 # 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_quiccloud_deny.conf; deny 5.134.119.103/32; deny 15.204.231.24/32; deny 15.235.180.91/32; deny 15.235.181.227/32; deny 18.192.146.200/32; deny 23.95.72.16/32; deny 23.160.56.125/32; deny 31.22.115.186/32; deny 31.40.212.152/32; deny 31.131.4.244/32; deny 37.120.163.165/32; deny 38.54.30.228/32; deny 38.54.79.187/32; deny 38.60.253.237/32; deny 38.114.121.40/32; … (139 more lines)