Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

New gateway mode lets an outbound proxy be the sole network security boundary

A new CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY setting lets Claude Code defer network safety checks to a forward proxy

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaGateway Proxywhat it touches
KindNew Featuresin v2.1.277,
Group of 2 Use it now Notable

A new CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY setting lets Claude Code defer network safety checks to a forward proxy

What

A new environment variable, CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY, lets a gateway deployment tell Claude Code that all outbound network requests should be handed directly to an upstream HTTPS/HTTP proxy (the one set via HTTPS_PROXY/HTTP_PROXY), relying on that proxy's own allowlist. When this is active, Claude Code skips its own local DNS resolution and loopback/SSRF (server-side request forgery) safety checks and just passes hostnames straight through to the proxy.

This mode refuses to turn on, and logs a warning explaining why, in three cases:

Why

This lets administrators who already enforce network restrictions at their proxy avoid redundant or conflicting checks from Claude Code itself, while the safeguards prevent the setting from silently weakening security in setups where no proxy is actually in place to do that job.

Read from
Names in the bundleCLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's release notes agreeAdded CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY=1 for Claude apps gateways whose only egress is a forward proxy: every outbound request hands…
The name it cites is new in this buildNew in this build: CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY

See this entry in the whole of v2.1.277 →