Lem / nginx-to-tor

nginx forced to connect through tor-network. PoC only.Outdated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it works:


  user -> nginx -> privoxy -> tor ----internet
                                          |
                                          |
                                          |
                         httpd <- tor <----
         
 nginx will use privoxy as http-proxy which
 will be tunneled through the onion-network,
 so the backend will be hidden completely.
 Oh, and the frontend can use a TLD.
 That's great, your hidden httpd will be
 available for everyone :).                 

About

nginx forced to connect through tor-network. PoC only.Outdated.