Post Reply 
ProxHTTPSProxy+tor+privoxy
Dec. 26, 2020, 04:03 PM (This post was last modified: Dec. 26, 2020 04:04 PM by Denya.)
Post: #1
ProxHTTPSProxy+tor+privoxy
Здравствуйте! Подскажите пожалуйста как мне организовать связку? Мне нужно связать ProxHTTPSProxy+Tor+список(желательно, но не обязательно мой список в txt), мне нужно что бы все сайты и т.д. из моего списка проходили через tor, а остальной трафик (вне списка) проходил как обычно, так же хотелось бы видеть в самом Privoxy(в реальном времени) что идет через tor, а что лезет на прямую. Все это мне нужно организовать в windows, tor в принципе уже настроил, заранее благодарен за ваши советы! А еще лучше, если кто уже пользуется таким конфигом, поделитесь, а я уже сам попробую изменить порты и списки )
Add Thank You Quote this message in a reply
Jan. 06, 2021, 09:25 PM (This post was last modified: Jan. 06, 2021 09:25 PM by vlad_s.)
Post: #2
RE: ProxHTTPSProxy+tor+privoxy
Чтоб через тор, в config.ini под [PROXY socks5://127.0.0.1:9050] указываем нужные домены. Туда идут только https. Остальные направляются через Privoxy:
Code:
{+change-x-forwarded-for{block} \
+client-header-filter{hide-tor-exit-notation} \
+client-header-filter{privoxy-control} \
+client-header-filter{deanonymizing-client-headers-u} \
+forward-override{forward-socks5t 127.0.0.1:9050 .} \
+server-header-filter{privoxy-control} \
+server-header-filter{deanonymizing-server-headers-u} \
}
.carsclub.ru/
.onion/
/.*(\?|\&)tor$
Не совсем удобно, особенно если списки генерируются каким-нибудь скриптом, но по этой схеме по другому не получится.
Add Thank You Quote this message in a reply
Jan. 20, 2021, 05:41 AM
Post: #3
RE: ProxHTTPSProxy+tor+privoxy
(Jan. 06, 2021 09:25 PM)vlad_s Wrote:  ...

Thanks vlad_s.

Google seems to translate Russian to English much better now. Is it adequate?
How well does Google do English to Russian?

translate.google.com Wrote:Hello! Can you please tell me how to organize a bundle? I need to link ProxHTTPSProxy + Tor + list (preferably, but not necessarily my list in txt), I need all sites, etc. from my list passed through tor, and the rest of the traffic (outside the list) passed as usual, I would also like to see in Privoxy itself (in real time) what goes through tor and what goes straight. I need to organize all this in windows, tor, in principle, has already been configured, thanks in advance for your advice! And even better, if someone already uses such a config, share it, and I'll try to change ports and lists myself)
Add Thank You Quote this message in a reply
Jan. 24, 2021, 07:32 PM
Post: #4
RE: ProxHTTPSProxy+tor+privoxy
Not literally, but the meaning is conveyed.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: