# nginx-waf Example Blacklist
#
# This is an example IP list for testing purposes.
# Add IPs/CIDRs you want to block, one per line.
#
# Format:
#   - Single IPv4: 192.168.1.100
#   - IPv4 CIDR:   192.168.0.0/24
#   - Single IPv6: 2001:db8::1
#   - IPv6 CIDR:   2001:db8::/32
#
# Comments start with #
# Empty lines are ignored
#

# Test IPs (for testing only)
# These are documentation ranges, safe to use for testing

# IPv4 test addresses
192.0.2.1
192.0.2.100
198.51.100.0/24
203.0.113.50

# IPv6 test addresses
2001:db8::1
2001:db8::dead:beef
2001:db8:1::/48

# Loopback (uncomment to test blocking localhost)
# 127.0.0.1
# ::1

# Private ranges - uncomment to block internal access
# 10.0.0.0/8
# 172.16.0.0/12
# 192.168.0.0/16
