okkur / torproxy

Caddy plugin to enable easy web to tor proxying
https://torproxy.okkur.org
Apache License 2.0
35 stars 6 forks source link

Support tcp traffic #8

Open stp-ip opened 5 years ago

stp-ip commented 5 years ago

Is this a BUG REPORT or FEATURE REQUEST?: feature

What happened: We currently only support the proxying of http/https traffic.

What you expected to happen: Having a way to proxy tcp data to enable having a memorable ssh endpoint for your tor hosted node for example.

Nice addition would be the possibility for us not to read traffic as it might be encrypted. Say an ssh stream coming through wouldn't be something we can encrypt. For clearnet http/https this wouldn't be possible as far as this simple idea goes, but we might be able to look into this further.

Copied over from: txtdirect/txtdirect#239