You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize IPv4-mapped IPv6 in per-IP connection limit
A client connecting as ::ffff:192.168.1.1 (IPv6 socket) and
192.168.1.1 (IPv4 socket) was counted as two different IPs.
Extract the IPv4 address from IPv4-mapped IPv6 before comparing,
consistent with how acl_check handles it.
0 commit comments