mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-10 10:39:12 +00:00
14 lines
276 B
Swift
14 lines
276 B
Swift
|
//
|
||
|
// ProviderConfigurationKeys.swift
|
||
|
// WireGuard
|
||
|
//
|
||
|
// Created by Jeroen Leenarts on 12-08-18.
|
||
|
// Copyright © 2018 WireGuard. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
enum PCKeys: String {
|
||
|
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
|
||
|
}
|