Update Demo and metadata
This commit is contained in:
parent
744257ea9f
commit
c4b86506cf
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Encoding of internal provider configuration.
|
||||||
|
|
||||||
## 3.1.0 (2020-12-28)
|
## 3.1.0 (2020-12-28)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
PODS:
|
PODS:
|
||||||
- OpenSSL-Apple (1.1.1h.8)
|
- OpenSSL-Apple (1.1.1h.10)
|
||||||
- SwiftyBeaver (1.9.3)
|
- SwiftyBeaver (1.9.3)
|
||||||
- TunnelKit (3.1.0):
|
- TunnelKit (3.2.0):
|
||||||
- TunnelKit/Protocols/OpenVPN (= 3.1.0)
|
- TunnelKit/Protocols/OpenVPN (= 3.2.0)
|
||||||
- TunnelKit/AppExtension (3.1.0):
|
- TunnelKit/AppExtension (3.2.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (3.1.0):
|
- TunnelKit/Core (3.2.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Manager (3.1.0):
|
- TunnelKit/Manager (3.2.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Protocols/OpenVPN (3.1.0):
|
- TunnelKit/Protocols/OpenVPN (3.2.0):
|
||||||
- OpenSSL-Apple (~> 1.1.1h.8)
|
- OpenSSL-Apple (~> 1.1.1h.10)
|
||||||
- TunnelKit/AppExtension
|
- TunnelKit/AppExtension
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Manager
|
- TunnelKit/Manager
|
||||||
|
@ -30,9 +30,9 @@ EXTERNAL SOURCES:
|
||||||
:path: ".."
|
:path: ".."
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077
|
OpenSSL-Apple: 8a8fcb06fb66f9c2f7aed45ce363668493b8e5f6
|
||||||
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
||||||
TunnelKit: 4db9180956f8aaf4ab152fd0d38c6c9c63a46cf8
|
TunnelKit: b9ea352cbcce641f98687109c2e7d8cb1fa40e19
|
||||||
|
|
||||||
PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61
|
PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# TunnelKit
|
# TunnelKit
|
||||||
|
|
||||||
![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg)
|
![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg)
|
||||||
|
![macOS 10.15+](https://img.shields.io/badge/macos-10.15+-green.svg)
|
||||||
[![OpenSSL 1.1.1h](https://img.shields.io/badge/openssl-1.1.1h-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html)
|
[![OpenSSL 1.1.1h](https://img.shields.io/badge/openssl-1.1.1h-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html)
|
||||||
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
||||||
[![Travis-CI](https://api.travis-ci.org/passepartoutvpn/tunnelkit.svg?branch=master)](https://travis-ci.org/passepartoutvpn/tunnelkit)
|
[![Travis-CI](https://api.travis-ci.org/passepartoutvpn/tunnelkit.svg?branch=master)](https://travis-ci.org/passepartoutvpn/tunnelkit)
|
||||||
|
@ -52,8 +53,8 @@ Unsupported:
|
||||||
|
|
||||||
Ignored:
|
Ignored:
|
||||||
|
|
||||||
- MTU overrides
|
- Some MTU overrides
|
||||||
- `--*-mtu` and variants
|
- `--link-mtu` and variants
|
||||||
- `--mssfix`
|
- `--mssfix`
|
||||||
- Multiple `--remote` with different `host` values (first wins)
|
- Multiple `--remote` with different `host` values (first wins)
|
||||||
- Static client-side routes
|
- Static client-side routes
|
||||||
|
|
Loading…
Reference in New Issue