this is personalized post-installation script for setting up Debian 8 (Jessie) hosted at OVH. General purpose of the script is to setup Tor non-exit relay, local DNS, firewall and NTP client.
cd $(mktemp -d)
wget https://github.com/d0xkb/debian/archive/master.zip
unzip master.zip && cd debian-master
bash run.sh
WTFPL v2.0