https://github.com/jgarza9788/VPNTools
just some scripts i use to manage my VPN (NordVPN)
https://github.com/jgarza9788/VPNTools
batch-script log nerd-fonts networking nordvpn openvpn powershell python python3 vpn
Last synced: 11 months ago
JSON representation
just some scripts i use to manage my VPN (NordVPN)
- Host: GitHub
- URL: https://github.com/jgarza9788/VPNTools
- Owner: jgarza9788
- Created: 2022-04-15T19:02:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T17:40:02.000Z (over 2 years ago)
- Last Synced: 2024-10-24T06:29:09.492Z (over 1 year ago)
- Topics: batch-script, log, nerd-fonts, networking, nordvpn, openvpn, powershell, python, python3, vpn
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VPNTools **OBSOLITE**
---
just some scripts i use to manage my VPN (NordVPN)
# **THIS IS OBSOLITE**
this tool is no longer being used by it's author.
# install requirements
```
pip install requirements.txt
```
>note NordVPN and OpenVPN are required
# VPN.py
## main()
this function will activate or deactivate the VPN
> please read the script
## config.zip
contains the config files from `C:\Program Files\OpenVPN\config`
# FAQs
1. if it doesn't look right.
termcolor and/or nerdfonts might not work with your terminal
## Files
### templates
contains templates that OpenVPN will use to close and open programs based on the VPN status
### utilities
contains bar.py ... for the cool looking bar
### output
contains the output files from running the `server_files.py` script
### .gitattributes
git stuff
### .gitignore
git stuff
### activate_VPN.cmd
will turn on the VPN
### config.zip
is missing, since those are the openVPN scripts that will be unique to your PC.
### kill_VPN.cmd
this will kill the VPN
### OpenVPN-Config.lnk
this should be a link to your openVPN configuration files
### ping_VPN.cmd
this will ping your VPN servers
### README.md
that is this file
### requirements.txt
this is the requirements file for python
### results.log
will those you the ping history
### Server recommended by NordVPN - NordVPN.url
link to the VPN website
### server_files.py
will customize the server files based on the ones you downloed and place them in root/output/ folder
### VPN_Term_App.cmd
will open a terminal app
### VPN_Term_App.py
you can launch this of the terminal app also
### VPN.py
this is your main file with all the goodies