mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-03-06 00:00:02 +08:00
Rename profiles
This commit is contained in:
@@ -19,7 +19,7 @@ struct VPNProfile {
|
||||
|
||||
extension VPNProfile {
|
||||
///
|
||||
static let tlsClient: VPNProfile = {
|
||||
static let caOnly: VPNProfile = {
|
||||
let configuration: String = <#OPENVPN_CONFIGURATION#>
|
||||
|
||||
let username: String? = <#OPENVPN_USERNAME#>
|
||||
@@ -31,7 +31,7 @@ extension VPNProfile {
|
||||
}()
|
||||
|
||||
///
|
||||
static let certWithKey: VPNProfile = {
|
||||
static let caWithCertAndKey: VPNProfile = {
|
||||
let configuration: String = <#OPENVPN_CONFIGURATION#>
|
||||
|
||||
let username: String? = <#OPENVPN_USERNAME#>
|
||||
|
||||
Reference in New Issue
Block a user