aboutsummaryrefslogtreecommitdiffstats
path: root/Shared/ProviderConfigurationKeys.swift
blob: 401cafe5e7401f7d282e3a32f7034ad466a29a0d (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. All rights reserved.
//

import Foundation

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