Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarlet-oni/vpn-script
simple bash script | works with openvpn protocol and .ovpn files;
https://github.com/scarlet-oni/vpn-script
bash bash-script openvpn shell shell-script vpn
Last synced: 2 days ago
JSON representation
simple bash script | works with openvpn protocol and .ovpn files;
- Host: GitHub
- URL: https://github.com/scarlet-oni/vpn-script
- Owner: scarlet-oni
- License: mit
- Created: 2024-12-26T05:47:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T07:31:14.000Z (20 days ago)
- Last Synced: 2025-02-12T06:59:30.520Z (3 days ago)
- Topics: bash, bash-script, openvpn, shell, shell-script, vpn
- Language: Shell
- Homepage:
- Size: 7.81 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
```