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

Enable http/https traffic to be proxied via txtdirect and tor without decrypting #6

Open stp-ip opened 5 years ago

stp-ip commented 5 years ago

Is this a BUG REPORT or FEATURE REQUEST?: feature

What happened: Currently http and https traffic is truncated on a txtdirect node and then send over the tor network to its destination.

What you expected to happen: With the support of the backend it might be possible to send a tcp stream (optionally encrypted) over the tor network, which gets decrypted on the specific node.

Anything else we need to know?: This would remove txtdirect's involvement as a trusted intermediary.

Moved from txtdirect/txtdirect#240