mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-24 17:44:13 +00:00
1379d97bbe
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
14 lines
280 B
Swift
14 lines
280 B
Swift
//
|
|
// ProviderConfigurationKeys.swift
|
|
// WireGuard
|
|
//
|
|
// Created by Jeroen Leenarts on 12-08-18.
|
|
// Copyright © 2018 WireGuard LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum PCKeys: String {
|
|
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
|
|
}
|