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:
Jeroen Leenarts 2018-08-04 22:49:37 +02:00
parent 675227bac5
commit 54c9305ae4
1 changed files with 1 additions and 0 deletions

View File

@ -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?