Revert fallback to CloudFlare DNS

Fixes #116
This commit is contained in:
Davide De Rosa 2019-12-09 11:00:52 +01:00
parent bc198c96f3
commit 8c29b36862
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- "Trusted networks" settings are now saved per profile. [#114](https://github.com/passepartoutvpn/passepartout-ios/issues/114)
- Require explicit `--ca` and `--cipher` in .ovpn configuration file.
- Revert fallback to CloudFlare DNS when no servers provided. [#116](https://github.com/passepartoutvpn/passepartout-ios/issues/116)
### Fixed

View File

@ -31,6 +31,7 @@ class PacketTunnelProvider: OpenVPNTunnelProvider {
dnsTimeout = GroupConstants.VPN.dnsTimeout
logSeparator = GroupConstants.VPN.sessionMarker
dataCountInterval = GroupConstants.VPN.dataCountInterval
fallbackDNSServers = []
super.startTunnel(options: options, completionHandler: completionHandler)
}
}