Tunnel creation: Hide 'Exclude private IPs' switch till the feature is ready
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -15,8 +15,7 @@ class TunnelEditTableViewController: UITableViewController {
|
|||||||
|
|
||||||
let peerFieldsBySection: [[TunnelViewModel.PeerField]] = [
|
let peerFieldsBySection: [[TunnelViewModel.PeerField]] = [
|
||||||
[.publicKey, .preSharedKey, .endpoint,
|
[.publicKey, .preSharedKey, .endpoint,
|
||||||
.allowedIPs, .excludePrivateIPs,
|
.allowedIPs, .persistentKeepAlive,
|
||||||
.persistentKeepAlive,
|
|
||||||
.deletePeer]
|
.deletePeer]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user