Skip to content

this script will try all of your config files to connect to openvpn

Notifications You must be signed in to change notification settings

farzam-raoufi/openvpn_connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

create new file named login.conf in "/etc/openvpn" path and then add your clients username and password.

you can use this command to create login.conf (replace username and password by your username and password. don't remove "\n"):

sudo echo -e "username\npass" > /etc/openvpn/login.conf

after create login.conf, move all your ".ovpn" files to "./openvpn_row_files" path and use following command to connect connect openvpn.

sudo python3 openvpn_connector.py

good luck.

About

this script will try all of your config files to connect to openvpn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages