CLOUD-IP // v2026.07
UPDATED 2026-07-11 PROVIDERS 37 LIVE
// AZURE / NFTABLES

Azure · nftables

nftables ruleset for Azure CIDRs. 106,887 CIDRs, refreshed daily.

// nftables_azure_allow.conf

DOWNLOAD ↓  · 
# Azure IP Ranges
# Updated: 2026-07-11 03:11: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
# nftables allow rules for azure

table inet filter_azure_allow {
  chain input {
    type filter hook input priority 0; policy drop;
    ip saddr 4.144.0.0/12 accept
    ip saddr 4.160.0.0/12 accept
    ip saddr 4.176.0.0/13 accept
    ip saddr 4.184.0.0/20 accept
    ip saddr 4.184.56.0/21 accept
    ip saddr 4.184.64.0/18 accept
    ip saddr 4.184.128.0/17 accept
    ip saddr 4.185.0.0/16 accept
    ip saddr 4.186.0.0/15 accept
    ip saddr 4.188.0.0/14 accept
    ip saddr 4.192.0.0/13 accept
    ip saddr 4.200.0.0/15 accept
    ip saddr 4.202.0.0/16 accept
    ip saddr 4.203.0.0/17 accept
… (4575 more lines)

// nftables_azure_deny.conf

DOWNLOAD ↓  · 
# Azure IP Ranges
# Updated: 2026-07-11 03:11:21
# 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 azure

table inet filter_azure_deny {
  chain input {
    type filter hook input priority 0; policy accept;
    ip saddr 4.144.0.0/12 drop
    ip saddr 4.160.0.0/12 drop
    ip saddr 4.176.0.0/13 drop
    ip saddr 4.184.0.0/20 drop
    ip saddr 4.184.56.0/21 drop
    ip saddr 4.184.64.0/18 drop
    ip saddr 4.184.128.0/17 drop
    ip saddr 4.185.0.0/16 drop
    ip saddr 4.186.0.0/15 drop
    ip saddr 4.188.0.0/14 drop
    ip saddr 4.192.0.0/13 drop
    ip saddr 4.200.0.0/15 drop
    ip saddr 4.202.0.0/16 drop
    ip saddr 4.203.0.0/17 drop
… (4575 more lines)