Update metadata about network override

This commit is contained in:
Davide De Rosa 2019-05-01 23:03:06 +02:00
parent a05a016881
commit 2c8e024a82
3 changed files with 11 additions and 0 deletions

View File

@ -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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Override network settings. [#77](https://github.com/passepartoutvpn/passepartout-ios/pull/77)
## 1.6.0 (2019-05-01)
### Added

View File

@ -43,6 +43,10 @@ Passepartout strives for transparency, by showing a fairly detailed yet understa
[<img src="res/snap-parameters.png" width="300">](res/snap-parameters.png)
### Override network settings
Override default gateway, DNS and proxy settings right from the app. Don't bother editing the .ovpn file or your pushed server settings. This is especially useful if you want to override your provider settings, e.g. to integrate your own DNS-based ad blocking.
### Disconnect on sleep
Keeping the VPN active in the background provides smoother operation, but may be tough for the battery. You might want to use this feature if you're concerned about battery life. When the device goes to sleep, the VPN will disconnect to then reconnect on device wake-up.

View File

@ -22,6 +22,7 @@ EASY TO USE
- Handle your profiles in one single place.
- Import .ovpn configuration files.
- Fine-tune encryption without tweaking any configuration file.
- Override network settings in a snap (default gateway, DNS, proxy).
OS INTEGRATION