![]() |
![]() |
![]() |
I’m trying to write a PHP script that tunnels some non-http traffic through TOR, but I’m having some problems doing this. Is there a way I can bind TOR to a port and have everything coming in on that port routed through TOR to the intended host/port and then have the response routed back to the port it bound on, thus sending the data back to my PHP application.
I would like to avoid interacting directly with the TOR network in my code. So that’s why I’m looking for some kind of easy proxy solution.