// HOSTWAY / APACHE
hostway · Apache
Apache httpd Require ip directives for hostway. 174 CIDRs, refreshed daily.
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_hostway_allow.conf Require ip 61.100.0.0/20 Require ip 61.100.180.0/22 Require ip 61.100.184.0/22 Require ip 61.100.188.0/24 Require ip 61.100.191.0/24 Require ip 61.109.244.0/22 Require ip 61.109.250.0/24 Require ip 61.109.252.0/22 Require ip 61.250.84.0/22 Require ip 61.250.88.0/24 Require ip 61.250.91.0/24 Require ip 61.250.92.0/23 Require ip 64.23.67.0/24 Require ip 64.23.68.0/24 Require ip 64.23.71.0/24 … (28 more lines)
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_hostway_deny.conf Deny from 61.100.0.0/20 Deny from 61.100.180.0/22 Deny from 61.100.184.0/22 Deny from 61.100.188.0/24 Deny from 61.100.191.0/24 Deny from 61.109.244.0/22 Deny from 61.109.250.0/24 Deny from 61.109.252.0/22 Deny from 61.250.84.0/22 Deny from 61.250.88.0/24 Deny from 61.250.91.0/24 Deny from 61.250.92.0/23 Deny from 64.23.67.0/24 Deny from 64.23.68.0/24 Deny from 64.23.71.0/24 … (29 more lines)