aboutsummaryrefslogtreecommitdiffstats
path: root/Shared/ProviderConfigurationKeys.swift
blob: a2491309ec7035684042488e7451269f123a6b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  ProviderConfigurationKeys.swift
//  WireGuard
//
//  Created by Jeroen Leenarts on 12-08-18.
//  Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All rights reserved.
//

import Foundation

enum PCKeys: String {
    case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
}