k3s/vendor/github.com/rancher/remotedialer
2019-07-03 13:11:54 -07:00
..
client_dialer.go Update vendor 2019-05-25 23:44:33 -07:00
client.go Update vendor 2019-07-03 13:11:54 -07:00
connection.go Update vendor 2019-05-25 23:44:33 -07:00
dialer.go Update vendor 2019-05-25 23:44:33 -07:00
LICENSE Update vendor 2019-05-25 23:44:33 -07:00
message.go Update vendor 2019-05-25 23:44:33 -07:00
peer.go Update vendor 2019-05-25 23:44:33 -07:00
README.md Update vendor 2019-05-25 23:44:33 -07:00
server.go Update vendor 2019-05-25 23:44:33 -07:00
session_manager.go Update vendor 2019-05-25 23:44:33 -07:00
session_windows.go Update vendor 2019-05-25 23:44:33 -07:00
session.go Update vendor 2019-05-25 23:44:33 -07:00
types.go Update vendor 2019-05-25 23:44:33 -07:00
wsconn.go Update vendor 2019-05-25 23:44:33 -07:00

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.