Запуск HoN через прокси
Установим Tor и прокси-сервер Privoxy, который позволит клиентам использовать себя как http-proxy, а сам перенаправляет запросы на socks.
Код:
sudo apt-get install tor privoxy
Настроим Privoxy sudo gedit /etc/privoxy/config , удаляем текст который там есть и пишем туда это:
Скрытый текст
# Generally, this file goes in /etc/privoxy/config
#
# Tor listens as a SOCKS4a proxy here:
forward-socks4a / 127.0.0.1:9050 .
confdir /etc/privoxy
logdir /var/log/privoxy
# actionsfile standard # Internal purpose, recommended
actionsfile default.action # Main actions file
actionsfile user.action # User customizations
filterfile default.filter
# Don't log interesting things, only startup messages, warnings and errors
logfile logfile
#jarfile jarfile
#debug 0 # show each GET/POST/CONNECT request
debug 4096 # Startup banner and warnings
debug 8192 # Errors - *we highly recommended enabling this*
user-manual /usr/share/doc/privoxy/user-manual
listen-address 127.0.0.1:8118
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
enable-remote-http-toggle 0
buffer-limit 4096
Стартуем демоны:
sudo /etc/init.d/tor start
sudo /etc/init.d/privoxy start
Запускаем игру командой:
env http_proxy=http://127.0.0.1:8118 '/home/clea/HoN/hon.sh'
вместо "clea" пишем имя своей учетной записи.
Все.