mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-03-06 00:00:02 +08:00
Add VPN profile template and corresponding target file
This commit is contained in:
18
Scripts/vpn_profile_template.erb
Normal file
18
Scripts/vpn_profile_template.erb
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// VPNProfile.swift
|
||||
// OpenVPNAdapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 27/09/2018.
|
||||
//
|
||||
// Do not commit changes of this file to the repo!
|
||||
|
||||
import Foundation
|
||||
|
||||
struct VPNProfile {
|
||||
static let username = "<%= OPENVPN_USERNAME %>"
|
||||
static let password = "<%= OPENVPN_PASSWORD %>"
|
||||
|
||||
static let configuration = """
|
||||
<%= OPENVPN_CONFIGURATION %>
|
||||
"""
|
||||
}
|
||||
Reference in New Issue
Block a user