#!/bin/sh ############################# ### Unpack the tar/zip in /etc cd /etc/openvpn/guest ### start the tunnel /usr/sbin/openvpn guest.ovpn & ### Make sure you are using ### the Tor SOCKS proxy /usr/bin/chromium-browser --proxy-server="socks5://10.8.0.1:9050" http://check.torproject.org & #############################