E
E
Evgeny Nikolaev2020-03-06 15:52:25
Delphi
Evgeny Nikolaev, 2020-03-06 15:52:25

Is there a component/module or just code for implementing a socks5 proxy server on Delphi 6/7?

Maybe someone has a component / module or just a code for implementing a socks5 proxy server on Delphi 6/7?
I found this implementation option on the net - https://proxy-base.com/f29/delphi_socks5_ishodnik-... it has small errors, corrected them, however, the port is not shared (checked through netstat in Windows and tried to connect via telnet). Nevertheless, the start of the proxy hung on the button. The Delphi application has started. If you immediately exit it, then there are no errors. If you start the proxy and then exit, an exception is thrown, from which we can conclude that something is still running there. At the same time, as the port was written, it is not shared, there is nowhere to connect.
Can you suggest another working implementation of socks5 proxy for Delphi 6/7 or suggest what exactly is written incorrectly in the code on the link and how to fix it?

I also found this option - https://forum.sources.ru/next/index.php?showtopic=... it was not even possible to compile it without errors for launch.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
Hemul GM, 2020-03-06
@nikolaevevge

Ask the people here

A
Alex Khayev, 2020-03-06
@hasalex

curl doesn't work? for certain already there is a layer under . Well, or at least write a lib yourself and use it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question