An open API service indexing awesome lists of open source software.

https://github.com/erda-project/remotedialer

HTTP in TCP in Websockets in HTTP in TCP, Tunnel all the things!
https://github.com/erda-project/remotedialer

Last synced: 5 months ago
JSON representation

HTTP in TCP in Websockets in HTTP in TCP, Tunnel all the things!

Awesome Lists containing this project

README

          

Reverse Tunneling Dialer
========================

Client makes an outbound connection to a server. The server can now do net.Dial from the
server that will actually do a net.Dial on the client and pipe all bytes back and forth.

Fun times!

Refer to [`server/`](server/) and [`client/`](client/) how to use. Or don't.... This framework can hurt your head
trying to conceptualize.

See also:

* [inlets.dev](https://inlets.dev) which uses the client and server components to form a tunnel for clients behind NAT or firewalls.