// HOSTWAY / NGINX
hostway · Nginx
Nginx allow/deny config for hostway. Drop into your server block or http context. 174 CIDRs, refreshed daily.
// nginx_hostway_allow.conf
# Hostway 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_hostway_allow.conf; allow 61.100.0.0/20; allow 61.100.180.0/22; allow 61.100.184.0/22; allow 61.100.188.0/24; allow 61.100.191.0/24; allow 61.109.244.0/22; allow 61.109.250.0/24; allow 61.109.252.0/22; allow 61.250.84.0/22; allow 61.250.88.0/24; allow 61.250.91.0/24; allow 61.250.92.0/23; allow 64.23.67.0/24; allow 64.23.68.0/24; allow 64.23.71.0/24; … (29 more lines)
// nginx_hostway_deny.conf
# Hostway 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_hostway_deny.conf; deny 61.100.0.0/20; deny 61.100.180.0/22; deny 61.100.184.0/22; deny 61.100.188.0/24; deny 61.100.191.0/24; deny 61.109.244.0/22; deny 61.109.250.0/24; deny 61.109.252.0/22; deny 61.250.84.0/22; deny 61.250.88.0/24; deny 61.250.91.0/24; deny 61.250.92.0/23; deny 64.23.67.0/24; deny 64.23.68.0/24; deny 64.23.71.0/24; … (29 more lines)