CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// HOSTWAY / NFTABLES

hostway · nftables

nftables ruleset for hostway CIDRs. 174 CIDRs, refreshed daily.

// nftables_hostway_allow.conf

DOWNLOAD ↓  · 
# 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
# nftables allow rules for hostway

table inet filter_hostway_allow {
  chain input {
    type filter hook input priority 0; policy drop;
    ip saddr 61.100.0.0/20 accept
    ip saddr 61.100.180.0/22 accept
    ip saddr 61.100.184.0/22 accept
    ip saddr 61.100.188.0/24 accept
    ip saddr 61.100.191.0/24 accept
    ip saddr 61.109.244.0/22 accept
    ip saddr 61.109.250.0/24 accept
    ip saddr 61.109.252.0/22 accept
    ip saddr 61.250.84.0/22 accept
    ip saddr 61.250.88.0/24 accept
    ip saddr 61.250.91.0/24 accept
    ip saddr 61.250.92.0/23 accept
    ip saddr 64.23.67.0/24 accept
    ip saddr 64.23.68.0/24 accept
… (31 more lines)

// nftables_hostway_deny.conf

DOWNLOAD ↓  · 
# 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
# nftables deny rules for hostway

table inet filter_hostway_deny {
  chain input {
    type filter hook input priority 0; policy accept;
    ip saddr 61.100.0.0/20 drop
    ip saddr 61.100.180.0/22 drop
    ip saddr 61.100.184.0/22 drop
    ip saddr 61.100.188.0/24 drop
    ip saddr 61.100.191.0/24 drop
    ip saddr 61.109.244.0/22 drop
    ip saddr 61.109.250.0/24 drop
    ip saddr 61.109.252.0/22 drop
    ip saddr 61.250.84.0/22 drop
    ip saddr 61.250.88.0/24 drop
    ip saddr 61.250.91.0/24 drop
    ip saddr 61.250.92.0/23 drop
    ip saddr 64.23.67.0/24 drop
    ip saddr 64.23.68.0/24 drop
… (31 more lines)