koding / tunnel

Tunnel proxy package in Go
BSD 3-Clause "New" or "Revised" License
314 stars 70 forks source link

tunnel: document tcp tunnels (+example) #10

Open krzysztofantczak opened 8 years ago

krzysztofantczak commented 8 years ago

Hi,

Does this package support raw tcp connections, so it could be used with ie. ssh? If so, how can i achieve this?

fatih commented 8 years ago

Hi @krzysztofantczak

Not yet, however it's simple to add them, because we do actually use TCP connections for the control channel, which is responsible of managing the tunnels between a client and server. I'll let this issue open so we can tackle it once later or soon.

rjeczalik commented 8 years ago

@krzysztofantczak Support for TCP tunnels just landed in master, I'm going to close this issue once we have it documented in readme.

krzysztofantczak commented 8 years ago

Cool :)

peterWab commented 6 years ago

tried tcp tunnels aint working for me maybe direct usage

rjeczalik commented 6 years ago

@nsubuga Do you mind sharing error messages or the source code you tried?

codeskyblue commented 5 years ago

Is there any progress on this issue?