// SUCURI / CADDY
sucuri · Caddy
Caddy remote_ip matcher snippet for sucuri. 30 CIDRs, refreshed daily.
// caddy_sucuri_allow.conf
# Sucuri IP Ranges
# Updated: 2026-07-12 03:46:24
# 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
# Caddy remote_ip matcher for sucuri
# Usage: @sucuri remote_ip <cidrs>
@sucuri {
remote_ip 66.248.201.0/24 66.248.202.0/23 72.167.12.0/22 185.93.228.0/24 185.93.230.0/24 192.88.134.0/23 192.124.249.0/24 192.161.0.0/24 193.19.225.0/24 208.109.0.0/21 208.109.80.0/24 2a02:fe80:11::/48 2a02:fe80:12::/48 2a02:fe80:14::/46 2a02:fe80:18::/48 2a02:fe80:20::/47 2a02:fe80:22::/48 2a02:fe80:1010::/48 2a02:fe80:2010::/48 2a02:fe81::/45
}