wireguard-apple/Shared/ProviderConfigurationKeys.s...

14 lines
303 B
Swift
Raw Normal View History

2018-08-12 19:37:56 +00:00
//
// ProviderConfigurationKeys.swift
// WireGuard
//
// Created by Jeroen Leenarts on 12-08-18.
2018-08-15 18:38:56 +00:00
// Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
2018-08-12 19:37:56 +00:00
//
import Foundation
enum PCKeys: String {
case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
}