mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
.. | ||
client_dialer.go | ||
client.go | ||
connection.go | ||
dialer.go | ||
LICENSE | ||
message.go | ||
peer.go | ||
README.md | ||
server.go | ||
session_manager.go | ||
session_windows.go | ||
session.go | ||
types.go | ||
wsconn.go |
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/
and client/
how to use. Or don't.... This framework can hurt your head
trying to conceptualize.