verified on new version on OVC
This commit is contained in:
parent
a5e33545e9
commit
6348d0b2bd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
## Overview
|
## Overview
|
||||||
A simple shell script that creates OpenVPN compatible tunnel profiles in the unified file format. Tested on:
|
A simple shell script that creates OpenVPN compatible tunnel profiles in the unified file format. Tested on:
|
||||||
* Linux OpenVPN version 2.4.4
|
* Linux OpenVPN version 2.4.4
|
||||||
* iOS version 1.1.1 build 212 of OpenVPN Connect
|
* iOS version 1.2.5 build 1 of OpenVPN Connect
|
||||||
* Android version 0.6.73 of OpenVPN for Android
|
* Android version 0.6.73 of OpenVPN for Android
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
2
ovpngen
2
ovpngen
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
## Tested and works with OpenVPN Connect 1.1.1 build 212 (iOS 64-bit) on iOS 11.2.1
|
## Tested and works with OpenVPN Connect 1.2.5 build 1 (iOS 64-bit) on iOS 11.2.2
|
||||||
##
|
##
|
||||||
## Majority of the credit goes to the script's original author, trovao
|
## Majority of the credit goes to the script's original author, trovao
|
||||||
## Link to original script: https://gist.github.com/trovao/18e428b5a758df24455b
|
## Link to original script: https://gist.github.com/trovao/18e428b5a758df24455b
|
||||||
|
|
Loading…
Reference in a new issue