mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +08:00
Update VPN profile target file
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
struct VPNProfile {
|
struct VPNProfile {
|
||||||
static let username = "<%= OPENVPN_USERNAME %>"
|
static let username = "OPENVPN_USERNAME"
|
||||||
static let password = "<%= OPENVPN_PASSWORD %>"
|
static let password = "OPENVPN_PASSWORD"
|
||||||
|
|
||||||
static let configuration = """
|
static let configuration = """
|
||||||
<%= OPENVPN_CONFIGURATION %>
|
OPENVPN_CONFIGURATION
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user