using other peer's internet connection (wodVPN)
Thank you for your prompt reply.
I tested what you suggested, but still I can't make it work.
Here's the code I used.
On PC2 (which is connected to internet).
wodVPN1.Channels.Add TCPLocalListen, "127.0.0.1", 1080, "", 0
(I couldn't find "TCPLocalProxy" channeltype, it's simply not there.
and yes, I don't know what parameters should be passeed at RemoteAddress and RemotePort.)
and on PC1. Socks to 127.0.0.1 port 1080.
and I also tested using "TCPSocksProxy" instead of "TCPLocalListen", but got the same results.
Could you give me more specific code samples. please?
Thanks again.