Easily create an anonymous VPN and Proxy with Digital Ocean, no logs, destroy at any time with no trace.
Easily create an anonymous VPN and Proxy with Digital Ocean, no logs, destroy at any time with no trace. You can use this for your own personal server if you wish but the whole purpose of this script is to create disposable VPN’s in DigitalOcean or any other VPS Provider. (D.O. confirmed they do not track what goes on within the VPS).
Ubuntu
Download the files
git clone https://github.com/xlinuxmanx/auto-vpn.git
CD Into the folder and make the scipt executable
cd auto-vpn
chmod +x {setup.sh,win-client.sh}
Run the script
./setup.sh
During Updates, you may be asked which grub configuration to use, just select to keep the current (default selected)
During the setup, select yes on the prompts for IP Tables
At the end of the script, you will be given a URL including user/pass to download the config files later as well as the proxy address and port to use in either your browser or network settings.. Take a note of it!
Run the win-client.sh script and add the client name.
./win-client.sh Client-Name
The Script will automatically generate a configuration file for this VPN and make it available from the URL provided earlier during setup. If you forget the URL, its just https://<VPS IP>/<client name>.zip
.
After installing the OpenVPN Client in Windows, rename the tun interface it creates to “OpenVPN” so the config works as it should.
In the ZIP, copy its contents to your OpenVPN Directory in C:\Users\<your username>\OpenVPN\config\
.
For linux, it is easier to just configure the VPN connection using the Network Manager Interface. If you want to connect to the VPN via the CLI, you will have to go through the trouble of creating the TUN interface yourself so OpenVPN can tap into it.
In the VPN tab, add the following:
Then click OK and Save.