Add badges/widgets to README
This commit is contained in:
parent
96c1650f31
commit
7c259bf40b
11
README.md
11
README.md
|
@ -1,7 +1,14 @@
|
||||||
# TunnelKit
|
# TunnelKit
|
||||||
|
|
||||||
|
![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg)
|
||||||
|
[![OpenSSL 1.1.0i](https://img.shields.io/badge/openssl-1.1.0i-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.0-notes.html)
|
||||||
|
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
||||||
|
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fkeeshux%2Ftunnelkit&via=keeshux&text=TunnelKit%2C%20a%20non-official%20%23OpenVPN%20client%20for%20%23Apple%20platforms&hashtags=iOS%2CmacOS)
|
||||||
|
|
||||||
This library provides a simplified Swift/Obj-C implementation of the OpenVPN® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL][dep-openssl] 1.1.0i, which in turn enables support for a certain range of encryption and digest algorithms.
|
This library provides a simplified Swift/Obj-C implementation of the OpenVPN® protocol for the Apple platforms. The crypto layer is built on top of [OpenSSL][dep-openssl] 1.1.0i, which in turn enables support for a certain range of encryption and digest algorithms.
|
||||||
|
|
||||||
|
<a href="https://www.patreon.com/keeshux"><img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"></a>
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
The client is known to work with [OpenVPN®][openvpn] 2.3+ servers. Key renegotiation and replay protection are also included, but full-fledged configuration files (.ovpn) are not currently supported.
|
The client is known to work with [OpenVPN®][openvpn] 2.3+ servers. Key renegotiation and replay protection are also included, but full-fledged configuration files (.ovpn) are not currently supported.
|
||||||
|
@ -143,10 +150,6 @@ Twitter: [@keeshux][about-twitter]
|
||||||
|
|
||||||
Website: [davidederosa.com][about-website]
|
Website: [davidederosa.com][about-website]
|
||||||
|
|
||||||
## Donations
|
|
||||||
|
|
||||||
TunnelKit is free software. If you like it, please [support me on Patreon][about-patreon].
|
|
||||||
|
|
||||||
[openvpn]: https://openvpn.net/index.php/open-source/overview.html
|
[openvpn]: https://openvpn.net/index.php/open-source/overview.html
|
||||||
|
|
||||||
[dep-cocoapods]: https://guides.cocoapods.org/using/getting-started.html
|
[dep-cocoapods]: https://guides.cocoapods.org/using/getting-started.html
|
||||||
|
|
Loading…
Reference in New Issue