mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Add placeholders to VPN profile target
This commit is contained in:
@@ -9,10 +9,11 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
struct VPNProfile {
|
struct VPNProfile {
|
||||||
static let username = "OPENVPN_USERNAME"
|
static let username: String = <#OPENVPN_USERNAME#>
|
||||||
static let password = "OPENVPN_PASSWORD"
|
static let password: String = <#OPENVPN_PASSWORD#>
|
||||||
|
|
||||||
static let configuration = """
|
static let configuration: String = <#OPENVPN_CONFIGURATION#>
|
||||||
OPENVPN_CONFIGURATION
|
|
||||||
"""
|
static let remoteHost: String = <#OPENVPN_REMOTE_HOST#>
|
||||||
|
static let remotePort: Int = <#OPENVPN_REMOTE_PORT#>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user