who to use WodTunnel as a proxy in delphi (General questions)

by sinnett @, (5538 days ago)

how to use WodTunnel as a proxy in delphi? i watch the demo,it is a LocalListen demo.i set type to SocksProxy.when use netstat -s -n can see open the socket,but when i use this sock5 tool to test is fail.
my code is [code]WodTunnel.Channels.Add (SocksProxy, '127.0.0.1', 1080, '', '')
[/code]

can someone give me a demo.how to use wodTunnel as a sock5 proxy server and can use sock5 client to connect.

locked

Re: who to use WodTunnel as a proxy in delphi

by wodDamir @, (5537 days ago) @ sinnett

Hi,

That should basically be it. However, did you connect to your SSH Server?

Is that channel started?

Regards,
Damba

locked