aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/VPN/TunnelsManager.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-10 12:18:18 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-10 16:44:28 +0530
commit95456ec956dbde46240b72c26101561388f53652 (patch)
treee7c421227df2b8531912c21d4644a6a526a30356 /WireGuard/WireGuard/VPN/TunnelsManager.swift
parentNE: Minor refactoring to enable calling startTunnel() with a tunnelConfiguration (diff)
downloadwireguard-apple-95456ec956dbde46240b72c26101561388f53652.tar.xz
wireguard-apple-95456ec956dbde46240b72c26101561388f53652.zip
VPN: There are no DNS errors to handle in the app now
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/VPN/TunnelsManager.swift')
-rw-r--r--WireGuard/WireGuard/VPN/TunnelsManager.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/VPN/TunnelsManager.swift b/WireGuard/WireGuard/VPN/TunnelsManager.swift
index 682aa79..a5e94a8 100644
--- a/WireGuard/WireGuard/VPN/TunnelsManager.swift
+++ b/WireGuard/WireGuard/VPN/TunnelsManager.swift
@@ -13,7 +13,6 @@ protocol TunnelsManagerDelegate: class {
}
enum TunnelActivationError: Error {
- case dnsResolutionFailed
case tunnelActivationFailed
case attemptingActivationWhenAnotherTunnelIsBusy(otherTunnelStatus: TunnelStatus)
case attemptingActivationWhenTunnelIsNotInactive