|
vor 1 Jahr | |
---|---|---|
config | vor 2 Jahren | |
ovpns | vor 2 Jahren | |
.gitignore | vor 1 Jahr | |
README.md | vor 2 Jahren | |
config.sample.sh | vor 1 Jahr | |
connect.sh | vor 1 Jahr |
a ProtonVPN connect script
A shell script project to connect to ProtonVPN on basically any GNU+Linux/Unix system.
config/cred.txt
and put your OpenVPN username and passphrase in 2 individual lines. e.g.config/cred.txt
someusername
somepassword
openssl enc -pbkdf2 -salt -in config/cred.txt -out config/cred.enc -e -a && rm config/cred.txt
openssl aes-256-cbc -pbkdf2 -iter 25763 -salt -in config/cred.txt -out config/cred.aes -e -a && rm config/cred.txt
cp config.sample.sh config/config.sh
and then editing config/config.sh
if needed../connect.sh
This project and script: MIT (Expat);
update-resolv-conf.sh: GPL
NOTE: Not affiliated with and not an official project of ProtonVPN.