aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-24 11:16:47 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit7b915a84269757a184d844f8ccd3d16e19fa8d6d (patch)
tree947c56a7e6da5db836303281a6c2d8389878fdf6 /WireGuard
parentSet Xcode template for smaller copyright headers (diff)
downloadwireguard-apple-7b915a84269757a184d844f8ccd3d16e19fa8d6d.tar.xz
wireguard-apple-7b915a84269757a184d844f8ccd3d16e19fa8d6d.zip
Tunnel creation: Hide 'Exclude private IPs' switch till the feature is ready
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift3
1 files changed, 1 insertions, 2 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
index df0697a..89446e9 100644
--- a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
@@ -15,8 +15,7 @@ class TunnelEditTableViewController: UITableViewController {
let peerFieldsBySection: [[TunnelViewModel.PeerField]] = [
[.publicKey, .preSharedKey, .endpoint,
- .allowedIPs, .excludePrivateIPs,
- .persistentKeepAlive,
+ .allowedIPs, .persistentKeepAlive,
.deletePeer]
]