A server address is required for proper saving of protocol configuration.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
675227bac5
commit
54c9305ae4
|
@ -245,6 +245,7 @@ extension AppCoordinator: TunnelsTableViewControllerDelegate {
|
|||
protocolConfiguration.providerBundleIdentifier = VPNBUNDLE
|
||||
//TODO obtain endpoint hostname
|
||||
// protocolConfiguration.serverAddress = endpoint.hostname
|
||||
protocolConfiguration.serverAddress = "168.192.0.1"
|
||||
//TODO obtain endpoint username
|
||||
// protocolConfiguration.username = endpoint.username
|
||||
//TODO: how to obtain this?
|
||||
|
|
Loading…
Reference in New Issue