Anonymous 07/13/2016 (Wed) 04:19:46 No. 183 del
>>182

Yeah, you can also attach your VPN ProxyVM to your Whonix Gateway ProxyVM and create user -> Tor -> VPN connection. You need to use a VPN service that supports TCP and doesn't block Tor users.

Special note: If you're following the guide, and need a username/password, change the line in .ovpn file that says 'auth-user-pass' to 'auth-user-pass credentials.txt' and create a file with your username and password ie:

credentials.txt:

Username
Password

and then save it so when OpenVPN starts it will read the file for your credentials. Then you can chown and chmod to protect against possibly getting owned.