Raspberry Pi – Tor Proxy Server installieren

RaspberryPiTor_logo   Tor Proxy Server is free software and an open network that helps you defend against traffic analysis a form of network surveillance that threatens personal freedom and privacy confidential business activities and relationships and state security

Tor Proxy Server installieren

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install tor privoxy

sudo nano /etc/privoxy/config
listen-address  <IP@ Raspberry Pi >:8118
forward-socks5 / 127.0.0.1:9050 .

sudo update-rc.d tor defaults
sudo update-rc.d privoxy defaults
sudo service tor restart
sudo service privoxy restart

TorCheck_01

RaspberryPiTor_01

Leave a Reply

You must be logged in to post a comment.