Skip to content

Commit

Permalink
Merge pull request #1552 from jaller200/patch-1
Browse files Browse the repository at this point in the history
Update PIA configure-openvpn.sh with updated URLs
  • Loading branch information
haugene committed Nov 24, 2020
2 parents 430e1d9 + cc66a95 commit de6ec44
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions openvpn/pia/configure-openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
set -e

# These are the possible bundles from PIA
# https://www.privateinternetaccess.com/openvpn/openvpn-nextgen.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-strong-nextgen.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-ip-nextgen.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-tcp-nextgen.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-strong-tcp-nextgen.zip
# https://www.privateinternetaccess.com/openvpn/openvpn.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-strong.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-tcp.zip
# https://www.privateinternetaccess.com/openvpn/openvpn-strong-tcp.zip

baseURL="https://www.privateinternetaccess.com/openvpn"
PIA_OPENVPN_CONFIG_BUNDLE=${PIA_OPENVPN_CONFIG_BUNDLE:-"openvpn-nextgen"}
PIA_OPENVPN_CONFIG_BUNDLE=${PIA_OPENVPN_CONFIG_BUNDLE:-"openvpn"}

if [ -z "$VPN_PROVIDER_HOME" ]; then
echo "ERROR: Need to have VPN_PROVIDER_HOME set to call this script" && exit 1
Expand Down

0 comments on commit de6ec44

Please sign in to comment.