Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Dec 31, 2024
2 parents 16c1183 + b5b7a57 commit 7122622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Once the tunnel is connected you can add/manage endpoints, which are nothing mor
Note that in the diagram above, that we are routing to the remote server, but we do not have its IP address nor do we have any inbound firewall rules defined. All data exchanged between the INBOUND and OUTBOUND endpoints is routed through the encrypted and compressed tunnel to the corresponding endpoint. That tunnel was established as an outbound connection FROM the remote server.

## 3rd and subsequent endpoint hops
If you are in a situation where both endpoints are behind firewalls, you can get creative and have both endpoint tunnels reach out to a 3rd (or 4th, or 5th....) location which can accept incoming connections from both sites.
If you are in a situation where both endpoints are behind firewalls, you can get creative and have both endpoint tunnels reach out to a 3rd (or 4th, or 5th....) location which can accept incoming connections from both sites and pipe data between them.

## Notes
* All configuration, handshakes and tunneling is completed through a single connection using [ReliableMessaging](https://github.com/NTDLS/NTDLS.ReliableMessaging).
Expand Down

0 comments on commit 7122622

Please sign in to comment.