Runs both Openvpn and deluged server. Ensures that it is always connected via VPN. This is a fun project for all those having a spare Pi lying around.
apt-get update && \
apt-get install -y git && \
git clone https://github.com/capusta/raspberrypi.git && \
cd raspberrypi && \
bash setup.sh
Manual Steps
- Modify username and password in
/etc/openvpn/login.conf
- Modify
/home/pi/.ssh/authorized_keys
to match your own public SSH Key