add license

This commit is contained in:
graysky 2017-12-30 09:50:10 -05:00
parent 53a738c728
commit a5e33545e9
2 changed files with 10 additions and 2 deletions

7
MIT Normal file
View File

@ -0,0 +1,7 @@
Copyright (c) 2016-2018 graysky
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,7 +1,8 @@
## Overview
A simple shell script that creates OpenVPN compatible tunnel profiles in the unified file format. Tested on:
* Linux OpenVPN version 2.4.3
* Linux OpenVPN version 2.4.4
* iOS version 1.1.1 build 212 of OpenVPN Connect
* Android version 0.6.73 of OpenVPN for Android
## Usage
Invoke the script with 5 tokens and the profile is outputted to stdout.
@ -26,7 +27,7 @@ CLIENT=foo
tcp > $CLIENT.ovpn
```
The resulting foo.ovpn can be edited if desired.
The resulting foo.ovpn can be edited if desired. Pay attention to the commented lines!
### Credit
Majority of the credit goes to the script's original author, [trovao](https://github.com/trovao). His version can be found [here](https://gist.github.com/trovao/18e428b5a758df24455b).