Skip to content

Commit 65c0817

Browse files
committed
docs: accept all blocked-connection results and scope the exit-node guarantee
1 parent a726f2d commit 65c0817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/use-cases/remote-access/exit-nodes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,12 @@ The design rests on one property, so test that property directly on the exit nod
286286
Then confirm the user-visible behavior from a device in `remote-workers`:
287287

288288
- The allowed resources respond: a host in `10.60.0.0/20` and the host `10.70.5.20` are reachable.
289-
- The forbidden network does not: connections to addresses in `10.90.0.0/20` time out.
289+
- The forbidden network does not: connections to addresses in `10.90.0.0/20` fail. Depending on how the segment enforces egress, they time out, are rejected, or report an unreachable route; any of these is the correct result.
290290
- Internet traffic exits through the exit node: the device's public IP (for example with `curl ifconfig.me`) matches the exit node's public IP.
291291

292292
### What this does and does not do
293293

294-
Users get precisely the two internal resources and a full tunnel, and the forbidden network stays unreachable even though every packet toward it still arrives at the exit node. The restriction is enforced by where the exit node lives, so no dashboard change, policy mistake, or client setting can widen it.
294+
Users get precisely the two internal resources and a full tunnel, and the forbidden network stays unreachable even though every packet toward it still arrives at the exit node. That restriction is enforced by where the exit node lives, so no dashboard change, policy mistake, or client setting can expose the forbidden network through it.
295295

296296
It does not restrict what the data center routing peer exposes: that peer's host can reach `10.90.0.0/20`, and only its resource list and policies keep users out. Keep those scoped to exact prefixes and single hosts, and treat any new resource on that peer as a deliberate access decision.
297297

0 commit comments

Comments
 (0)