A server address is required for proper saving of protocol configuration.

This commit is contained in:
Jeroen Leenarts 2018-08-04 22:49:37 +02:00
parent 43d5534d22
commit 1dc70297f6

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?