R
R
Rozello2019-06-15 01:16:09
proxy
Rozello, 2019-06-15 01:16:09

How to redirect traffic in 3proxy to http/https proxy with authorization?

Available:
1. Software that does not support work through a proxy with authorization.
2. 3proxy
3. Proxy server with authorization through which you need to send software traffic

It seemed a logical solution to raise a proxy without authorization using 3proxy and start all traffic from it into a proxy with authorization. But somehow it didn't work out very well.

Tried to do it with the following config:

log log\3proxy.log D
logformat "L%C - %U [%d/%o/%Y:%H:%M:%S %z] ""%T"" %E %I %O %N/%R:%r"

internal 0.0.0.0
auth none

allow *
parent 1000 connect 1.1.1.1 8080 login password
parent 1000 http 1.1.1.1 8080 login password

proxy -p 8888 -n


But in this case, traffic does not go to the specified proxy, and all requests are made from the server on which 3proxy itself is located.
How can this problem be solved? Where is the config error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2019-06-15
@Rozello

https://3proxy.ru/faqr.asp#LIMITS

Q: Почему не работают ограничения доступа (перенаправления, ограничения по скорости, трафику и т.д.)?

A: Обычные ошибки - использование auth none (для работы любых функций, основанных на ACL, требуется auth iponly, nbname или strong) ...

auth iponly use. And two parents in this configuration are most likely not needed, leave only http

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question