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:
parent
72ea54c0db
commit
7b915a8426
|
@ -15,8 +15,7 @@ class TunnelEditTableViewController: UITableViewController {
|
|||
|
||||
let peerFieldsBySection: [[TunnelViewModel.PeerField]] = [
|
||||
[.publicKey, .preSharedKey, .endpoint,
|
||||
.allowedIPs, .excludePrivateIPs,
|
||||
.persistentKeepAlive,
|
||||
.allowedIPs, .persistentKeepAlive,
|
||||
.deletePeer]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue