Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question