Анонимность в сети = Tor + Privoxy + Debian
Думаю не стоит отвечать на вопрос «Для чего это?». В свете последних событий … это становится нормой жизни в Интернет!
Итак, поехали! На машине с Debian stable устанавливаем tor и privoxy.
root@deb:~# apt-get install tor privoxy
После этого настроим privoxy вот так:
root@deb:~# cat /etc/privoxy/config |grep -v ^#
user-manual /usr/share/doc/privoxy/user-manual
confdir /etc/privoxy
logdir /var/log/privoxy
actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
actionsfile default.action # Main actions file
actionsfile user.action # User customizations
filterfile default.filter
filterfile user.filter # User customizations
logfile logfile
listen-address localhost:8118
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
forward-socks4a / 127.0.0.1:9050 .
forwarded-connect-retries 0
accept-intercepted-requests 0
allow-cgi-request-crunching 0
split-large-forms 0
keep-alive-timeout 5
socket-timeout 300
root@deb:~#
Перегружаем privoxy
root@deb:~# service privoxy restart
[ ok ] Restarting filtering proxy server: privoxy.
root@deb:~#
С такой конфигурацией система у меня завелась, осталось в браузере настроить наш приватный прокси.
Пример для firefox/Iceweasel:
tor+privoxy
Также в некоторых браузерах есть плагины для более удобного включения/отключения «приватного режима». Например для Firefox/Iceweasel — torbutton и тд и тп … гуглите 🙂
P.S. Очень печально что данную заметку приходится отмечать тэгом «Жизнь».
Хай щастить!