Skip to content

Private Internet Access

Alex Flores edited this page May 11, 2021 · 3 revisions
# Get the *.ovpn files from PIA
  wget https://www.privateinternetaccess.com/openvpn/openvpn.zip
  unzip openvpn.zip
  
# Append `auth.txt` to the `user-pass-auth` directive
  sed -i 's/pass/pass auth.txt/' *.ovpn
Clone this wiki locally