mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Add remote vpn server option to profile loader
This commit is contained in:
@@ -10,6 +10,7 @@ import Foundation
|
|||||||
|
|
||||||
enum ProfileType: String {
|
enum ProfileType: String {
|
||||||
case localVPNServer = "local_vpn_server"
|
case localVPNServer = "local_vpn_server"
|
||||||
|
case remoteVPNServer = "remote_vpn_server"
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ProfileLoader {
|
struct ProfileLoader {
|
||||||
|
|||||||
Reference in New Issue
Block a user