tunnelkit/Sources/TunnelKitOpenVPNCore
Davide De Rosa a3822678cf
Support --route-nopull (#280)
* Parse --route-no-pull

When provided, pull everything except:

- Routes
- DNS
- Proxy

Implement with higher granularity compared to OpenVPN.

* Apply no-pull mask in tunnel settings

Pull server settings by default to match standard OpenVPN
behavior. Library was prioritizing client over server.

* Add link in CHANGELOG
2022-10-08 08:54:55 +02:00
..
CompressionAlgorithm.swift [ci skip] Update copyright 2022-02-04 12:57:40 +01:00
CompressionFraming.swift [ci skip] Update copyright 2022-02-04 12:57:40 +01:00
Configuration.swift Support --route-nopull (#280) 2022-10-08 08:54:55 +02:00
ConfigurationError.swift Use WireGuardKit entities directly 2022-03-12 15:09:41 +01:00
ConfigurationParser.swift Support --route-nopull (#280) 2022-10-08 08:54:55 +02:00
CryptoContainer.swift Review some Core/OpenVPN entities 2022-03-12 10:35:39 +01:00
Errors.swift [ci skip] Update copyright 2022-02-04 12:57:40 +01:00
OpenVPN.swift [ci skip] Update copyright 2022-02-04 12:57:40 +01:00
OpenVPNError.swift [ci skip] Update copyright 2022-02-04 12:57:40 +01:00
StaticKey.swift Fix broken == on OpenVPN.Configuration 2022-04-07 00:16:34 +02:00
TLSWrap.swift Use "struct" in data models to leverage Equatable 2022-03-25 18:02:21 +01:00