Hello,
I have installed Orbot (Tor project) on an android Phone
as far as know:
- Tor offers it's SOCKS proxy on port 9050
- Tor offers a transparant proxy on port 9040
when i do
Dim mysocket As Socket
mysocket.Initialize("mysocket")
mysocket.Connect(myServerName, myServerPort, servertimeOut)
is it possible to connect the socket using proxy provided by TOR instead of the normal connection?
I have installed Orbot (Tor project) on an android Phone
as far as know:
- Tor offers it's SOCKS proxy on port 9050
- Tor offers a transparant proxy on port 9040
when i do
Dim mysocket As Socket
mysocket.Initialize("mysocket")
mysocket.Connect(myServerName, myServerPort, servertimeOut)
is it possible to connect the socket using proxy provided by TOR instead of the normal connection?