D
D
dimas90092017-11-07 19:43:00
Computer networks
dimas9009, 2017-11-07 19:43:00

How to redirect individual domains through 3proxy?

Please help me set up 3proxy. I'm trying to configure 3proxy in such a way that requests for certain sites (in the example google and yandex) go to proxy 1. And everything else goes to proxy 2. Proxy 2 is an HTTPS proxy, and clients connect via Socks5.
Here is an example config that I am trying to get

nserver 8.8.8.8
nserver 8.8.4.4
nscache 65535
fakeresolve
auth iponly
allow * * *google*,*yandex* *
parent 500 socks5 <proxy_IP_1> <proxy_port_1>
parent 500 socks5 <proxy_IP_1> <proxy_port_2>
allow *
parent 1000 connect <proxy_IP_2> <proxy_port_3>
socks -p9090

I looked that in the article "7 layers of nesting dolls" you can use domain names for the deny command. But I'm not sure if they can be used for allow

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2017-11-07
@z3apa3a

You cannot use socks5 and connect with fakeresolve, you must use socks5+ and connect+.
And nameserver/nscache doesn't make sense with fakeresolve.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question