Beta Enigma2 VPN Script
Hi Ive been playing around with VPN,s and got a basic script to configure Nord, IP Vanish and Digibit
The following script should download the configs for your VPN to HDD/VPN name then you use VPN changer to switch servers, VPN,s added so far:
Nord VPN
IP Vanish
Digibit
Pure VPN
PIA VPN
Windscribe
Simply copy this command and past in notepad and edit line one and two
Code:
USERNAME='UUUU'
PASSWORD='PPPP'
###############################################################
# Standard Config
# If you change anything below this line, it probably wont # be able to connect to your VPN.
################################################################
#!/bin/bash
# Config Example
wget -O VPN.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/Main%20Scripts/VPN.sh && sed -i "s/UUUU/$USERNAME/g" VPN.sh && sed -i "s/PPPP/$PASSWORD/g" VPN.sh && chmod +x VPN.sh && ./VPN.sh
Change UUUU with your username between ' '
Example: 'dsayers'
Change PPPP with your password between ' '
Example: '12ght'
Copy and paste the script in putty and hit enter you should now have the option for what VPn you want to use:
1) Nord VPN
2) IP Vanish
3) Digibit
4) Pure VPN
5) Quit
Choose your option and hit Enter this should then download the configs and once finished it will say OpenVPN Configs downloaded Please Start OpenVPN.
You will be asked to enter your choice again but you can ignore this.
Reboot box and goto plugins, VPN Changer and choose a country.
Please note due to compression on wget for early versions of OpenATV 6.2 this may not work . If using OpenATV 6.2 please make sure its flashed or updated after 10/03/2018 where they removed compression from wget.


