hannesm / tlstunnel-lwt

TLS tunnel -- an alternative to stud / stunnel
BSD 2-Clause "Simplified" License
85 stars 7 forks source link

Add stunnel-style forwarding from TCP -> TLS #29

Open cfcs opened 7 years ago

cfcs commented 7 years ago

Would be nice for wrapping local outgoing connections.

hannesm commented 7 years ago

you mean listening locally on a TCP port, and forwarding all connections via tls to a remote host?

cfcs commented 7 years ago

yes, exactly that (a "proxy" as opposed to a "reverse proxy", I guess)