dagrha / pypia

Configuration of Private Internet Access VPN routes for Linux
GNU General Public License v3.0
78 stars 15 forks source link

Switch to port 1198, add password check and ver block #11

Closed JavaScriptDude closed 7 years ago

JavaScriptDude commented 7 years ago

1) To resolve a recent issue with the default port of 1194 in PIA, switching to port 1198 and using auth settings defined in their documentation. Check current Ubuntu script on PIA website for an example of this. 2) Adding Password verification check 3) Adding code to hard block Python 2.x to aid usability

dagrha commented 7 years ago

Thanks a ton, @JavaScriptDude-- this pr looks great. I like the password verification you added, and it makes sense to do a check for python 2 right up front. I am going to do some manual testing to make sure all is well with the port and algo change before I merge. Cheers.