mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 23:09:52 +00:00
11 lines
361 B
Markdown
11 lines
361 B
Markdown
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.
|