aboutsummaryrefslogtreecommitdiffstats
path: root/Shared/ProviderConfigurationKeys.swift
blob: 5a29349588f24e43c7626c17a803771d77347da5 (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 WireGuard LLC. All rights reserved.
//

import Foundation

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