Skip to content

docs: note firewall accept-first behavior on internet access page#233

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/b093f5ae
Open

docs: note firewall accept-first behavior on internet access page#233
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/b093f5ae

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 30, 2026

Adds a warning to the Internet access page explaining that, due to how outbound TCP traffic is routed to the egress firewall, a TCP connection from inside the sandbox can appear to succeed even when the destination is denied by denyOut rules — no packets actually reach the destination.

Recommends checking for an application-level response (HTTP status, TLS handshake, etc.) to verify that traffic is actually flowing.

Context: internal thread clarifying that the firewall must accept the connection first and use a syscall to retrieve the original destination IP before applying egress rules.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 30, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
e2b 🟢 Ready View Preview May 30, 2026, 8:43 PM

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a warning callout to the Internet access docs clarifying that, due to firewall routing, TCP connections from inside the sandbox can appear to succeed even when blocked by denyOut rules, and recommends checking for an application-level response to confirm traffic flow.

Changes:

  • Inserts a <Warning> block in docs/sandbox/internet-access.mdx explaining the accept-first TCP behavior.
  • Advises verifying connectivity via application-level signals (HTTP status, TLS handshake, etc.).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant