# TorVPN Example OpenVPN - SSH Tunnel configuration # See http://torvpn.com/openvpn.html # To be saved as torvpn-ssh.ovpn, # put in openvpn's "config" directory, # used along with the required certificates, # with the username changed the your own one in the configuration. client dev tun proto tcp remote localhost 2010 resolv-retry infinite nobind persist-key persist-tun # Change this if you are forced to use a proxy ;http-proxy-retry # retry on connection failures ;http-proxy [proxy server] [proxy port #] auth-user-pass ns-cert-type server ca torvpn/ca.crt # Change username to your username cert torvpn/username.crt key torvpn/username.key comp-lzo verb 3 cipher DES-EDE3-CBC # Triple-DES # http://torvpn.com