D
D
dimas90092017-10-29 11:26:35
proxy
dimas9009, 2017-10-29 11:26:35

What are the conversion programs from SOCKS (4/5) to HTTP?

Prompt with the question of converting SOCKS 4 (5) to HTTP.
The complete task looks like this
Client (Socks 4/5) ====> My server ===> Remote HTTP proxy server .
The remote HTTP server does not belong to me, so I cannot configure anything on it (for example, tunneling).
I tried various DeleGate, Polipo programs, various Go scripts found on GitHub. Maybe I didn’t understand the exact settings, but I couldn’t fully configure the transformation so that requests from SOCKS would normally chew through the HTTP proxy

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Dubrovin, 2017-10-29
@dimas9009

for 3proxy https://3proxy.ru/ you can use the following config:
fakersolve
auth iponly allow *
parent
1000 connect+ proxy_address proxy_port login password
socks 80 parent 1000 http 0.0.0.0 0 allow * * * 80 parent 1000 http proxy_address proxy_port login password allow * parent 1000 connect+ proxy_address proxy_port login password socks

D
Dimonchik, 2017-10-29
@dimonchik2013

on your server you put squid / 3proxy, its upper peer is remote

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question