Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wknd/pia-script-fix
https://github.com/wknd/pia-script-fix
pia vpn
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wknd/pia-script-fix
- Owner: wknd
- Created: 2019-03-18T20:08:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T20:26:08.000Z (almost 6 years ago)
- Last Synced: 2024-11-30T17:49:03.421Z (2 months ago)
- Topics: pia, vpn
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fixes pia script
The [pia-nm.sh script](https://www.privateinternetaccess.com/installer/pia-nm.sh) mentioned in the PIA [ubuntu openVPN page](https://www.privateinternetaccess.com/helpdesk/guides/linux/linux/ubuntu-openvpn-setup) didn't work for me at the time of repo creation.
It seems the script keeps LZO compression off, when it should be turned on.
See [this commit](https://github.com/wknd/pia-script-fix/commit/29a311f3d003961493eb42d3c7f267e56a6c1070) on what to fix (it might work if ```comp-lzo``` just isn't defined, since the server is trying to push that conflicting setting).