Rename openvpn configuration file

This commit is contained in:
Sergey Abramchuk
2017-04-30 18:30:12 +03:00
parent a195d65e96
commit 0ca03b10c9
4 changed files with 96 additions and 115 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
import Foundation
enum ProfileType: String {
case localKeyAuthentication = "local_key_auth"
case localVPNServer = "local_vpn_server"
}
struct ProfileLoader {