You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/github.com/rancher/remotedialer
Darren Shepherd 8031137b79
Update vendor
5 years ago
..
LICENSE Update vendor 6 years ago
README.md Update vendor 6 years ago
client.go Update vendor remotedialer 5 years ago
client_dialer.go Update vendor 6 years ago
connection.go Update vendor 6 years ago
dialer.go Update vendor 6 years ago
go.mod Update vendor 5 years ago
go.sum Update vendor 5 years ago
message.go Update vendor 6 years ago
peer.go Update vendor remotedialer 5 years ago
server.go Update vendor remotedialer 5 years ago
session.go Update vendor remotedialer 5 years ago
session_manager.go Update vendor 6 years ago
session_windows.go Update vendor 6 years ago
types.go Update vendor 6 years ago
wsconn.go Update vendor 6 years ago

README.md

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.