Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 18667ff

Browse files
authored
Merge pull request #3 from ElectricalBoy/patch-1
Fix typo in README
2 parents 3d43010 + ef2e8ed commit 18667ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We bind to the `default gateway` network interface inside the codespace and forw
8989

9090
This ensures that we fallback to forwaring packets only if they were not handled by any other network interface inside a Codespace.
9191

92-
Once a packet reaches the local machine, we see if we can forward it to a meaningful destination, for that we resolve network interface that can handle the packet destination. Such network interface must not be a default gateway interface given that the packet destination is not to the gateway subnet, otherwise the packet is addressed to the internet which can be handled from whithin the codespace directly.
92+
Once a packet reaches the local machine, we see if we can forward it to a meaningful destination, for that we resolve network interface that can handle the packet destination. Such network interface must not be a default gateway interface given that the packet destination is not to the gateway subnet, otherwise the packet is addressed to the internet which can be handled from within the codespace directly.
9393

9494
If such network interface is found, we create a local `network socket` and a `NAT` record for the connection. The NAT record is used to map the remote packet source address to the local network socket address, so it appears to the remote resource as if traffic is coming from the local machine. When a reply packet is received, we perform reverse address translation and send the packet back to the codespace (so it appears as if the reply came directly from the codespace default gateway interface).
9595

0 commit comments

Comments
 (0)