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
fix(transparentproxy): also drop self-dial to the listener's own address
Extend the self-loop guard (review follow-up from mrsabath + CodeRabbit): in
addition to a loopback original destination, drop when the recovered dst equals
the connection's own LocalAddr (host:port). This covers a podIP:<port> self-dial
that could slip past the iptables CLUSTER_CIDRS RETURN if CLUSTER_CIDRS is
misconfigured — belt-and-suspenders behind the iptables layer, which remains the
primary control.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Hai Huang <huang195@gmail.com>
0 commit comments