Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostface-cybersecurity/vpn-script
simple bash script | works with openvpn protocol and .ovpn files;
https://github.com/ghostface-cybersecurity/vpn-script
bash bash-script openvpn shell shell-script vpn
Last synced: 11 days ago
JSON representation
simple bash script | works with openvpn protocol and .ovpn files;
- Host: GitHub
- URL: https://github.com/ghostface-cybersecurity/vpn-script
- Owner: ghostface-cybersecurity
- License: mit
- Created: 2024-12-26T05:47:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-26T06:07:20.000Z (about 1 month ago)
- Last Synced: 2025-01-24T10:39:03.942Z (12 days ago)
- Topics: bash, bash-script, openvpn, shell, shell-script, vpn
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple vpn script
works with openvpn protocol and .ovpn files
----------------
For the script to work successfully, before using it, you must make it an executable file:
```
$ chmod +x vpn-script
```After this, you can use the script by running it with the following command:
```
$ ./vpn-script
```