K
K
Kostushko2017-08-16 16:18:42
proxy
Kostushko, 2017-08-16 16:18:42

How to forward a local port from win7 through a proxy with authorization?

There are several vps with socks5 proxy with login/password authorization.
There is a computer with windows7, dynamic external ip and software that "does not understand" proxy authorization (but the proxy itself is ip and port, you can specify it in the software).
How to make friends?
I would like to use a simple (preferably free) software script to open several listening ports on a machine with win7, similar to the same proxy, all requests from which will transparently go to the specified proxy with authorization. How can I do that?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2017-08-16
@Kostushko

You can install a local 3proxy with something like this config:

auth iponly

allow *
parent 1000 socks5 прокси_адр1 прокси_порт1 логин1 пароль1
socks -pпорт1
flush
allow *
parent 1000 socks5 прокси_адр2 прокси_порт2 логин2 пароль2
socks -pпорт2
flush
allow *
parent 1000 socks5 прокси_адр3 прокси_порт3 логин3 пароль3
socks -pпорт3
flush
...

if there is not socks, but an http proxy, then replace socks5 with http and socks with proxy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question