You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A TCP relay that sits on a server, allowing us to remotely send TCP requests to the relay and they will appear to the end point as if they are coming from the server that is running our relay. This was originally developed because of a project with a client/server architecture in which the server could only be hit from a local client. This allow…