<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><br><div>On 17 Oct 2017, at 15:39, Fernando Gabrieli <<a href="mailto:fgabrieli@gmail.com">fgabrieli@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Hello all, i want to tunnel a http request from my nodejs app through Tor, would you point me in the right direction to start implementing this?</div></div></blockquote><br><div>1. Install tor</div><div>2. Configure tor as a <span style="background-color: rgba(255, 255, 255, 0);">SOCKS or </span>HTTP Tunnel proxy using <span style="background-color: rgba(255, 255, 255, 0);">SocksPort or</span></div><div><span style="background-color: rgba(255, 255, 255, 0);">    HTTPTunnelPort (0.3.2 and later?)</span></div><div><span style="background-color: rgba(255, 255, 255, 0);">3. Run tor</span></div><div><span style="background-color: rgba(255, 255, 255, 0);">4. Configure your application to use tor as a proxy through the port you</span></div><div><span style="background-color: rgba(255, 255, 255, 0);">    configured in step 2</span></div><div>5. Check that the remote site isn't using a CDN that blocks tor, and be</div><div>    prepared for response delays and failures</div><div><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div><span style="background-color: rgba(255, 255, 255, 0);">See the latest man page here:</span></div><div><a href="https://github.com/torproject/tor/blob/master/doc/tor.1.txt">https://github.com/torproject/tor/blob/master/doc/tor.1.txt</a></div><div><br></div><div>T</div><div><br></div></body></html>