https://github.com/julianxhokaxhiu/vpngate-ovpn-exporter
Export all VPNGate OpenVPN configurations to files inside country-code relative folders
https://github.com/julianxhokaxhiu/vpngate-ovpn-exporter
Last synced: about 1 month ago
JSON representation
Export all VPNGate OpenVPN configurations to files inside country-code relative folders
- Host: GitHub
- URL: https://github.com/julianxhokaxhiu/vpngate-ovpn-exporter
- Owner: julianxhokaxhiu
- License: mit
- Created: 2016-02-20T22:55:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T00:28:24.000Z (about 9 years ago)
- Last Synced: 2025-01-28T14:17:49.142Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vpngate-ovpn-exporter
Export all VPNGate OpenVPN configurations to files inside country-code relative folders## Options
```
- c
ISO 3166-1 Country code list ( for ex. IT, DE, FR, etc. ). See https://en.wikipedia.org/wiki/ISO_3166-1
```## Usage
If you want to export only IT country code:
```
python vpngate-ovpn-exporter.py -c IT
```
otherwise if you want to export all the configurations:
```
python vpngate-ovpn-exporter.py
```## Example of the export
```
./
-> JP/
-> vpn749959923.ovpn
-> SG/
-> vpn847862700.ovpn
```