Onion Tunnel
Onion Tunnel is a simple tunnel app for tunneling every connection through TOR network. It is in my GitHub repository named OnionTunnel: https://github.com/mirsamantajbakhsh/OnionTunnel.
The idea of Onion Tunnel is taken from I2P. It opens a port on localhost for each Hidden Service but TOR does not have such thing. Instead, it opens a SOCKS5 Proxy to tunnel every connection through TOR.
This idea is great but it has a problem:
What if the application that wants to get traffic from TOR, does not support SOCKS5 proxy?
Continue reading Onion Tunnel: Proxy Every TOR Hidden Service on localhost