mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-31 13:02:08 +00:00
Tunnel creation: Hide 'Exclude private IPs' switch till the feature is ready
This commit is contained in:
parent
3adb6cc15f
commit
e6eef48c69
@ -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
Block a user