Files
k3s/vendor/github.com/rancher/remotedialer
Darren Shepherd 8031137b79 Update vendor
2019-08-30 23:08:05 -07:00
..
2019-05-25 23:44:33 -07:00
2019-07-18 04:58:06 -07:00
2019-05-25 23:44:33 -07:00
2019-05-25 23:44:33 -07:00
2019-08-30 23:08:05 -07:00
2019-08-30 23:08:05 -07:00
2019-05-25 23:44:33 -07:00
2019-05-25 23:44:33 -07:00
2019-07-18 04:58:06 -07:00
2019-05-25 23:44:33 -07:00
2019-07-18 04:58:06 -07:00
2019-05-25 23:44:33 -07:00
2019-05-25 23:44:33 -07:00
2019-07-18 04:58:06 -07:00
2019-05-25 23:44:33 -07:00
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.